Home
last modified time | relevance | path

Searched refs:gen_type (Results 1 – 14 of 14) sorted by relevance

/linux/arch/sh/kernel/
H A Dhw_breakpoint.c136 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
159 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
162 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
165 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
/linux/arch/x86/kernel/
H A Dhw_breakpoint.c199 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
209 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
213 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
216 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c303 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
308 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
311 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
314 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
317 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()
/linux/arch/arm/kernel/
H A Dptrace.c480 int idx, gen_len, gen_type, implied_type, ret = 0; in ptrace_sethbpregs() local
522 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); in ptrace_sethbpregs()
526 if ((gen_type & implied_type) != gen_type) { in ptrace_sethbpregs()
532 attr.bp_type = gen_type; in ptrace_sethbpregs()
H A Dhw_breakpoint.c469 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
474 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
477 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
480 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
483 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c353 int *gen_len, int *gen_type, int *offset) in arch_bp_generic_fields() argument
358 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
361 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
364 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
367 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()
/linux/arch/x86/include/asm/
H A Dhw_breakpoint.h73 int *gen_len, int *gen_type);
/linux/arch/sh/include/asm/
H A Dhw_breakpoint.h56 int *gen_type);
/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h124 int *gen_len, int *gen_type);
/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h106 int *gen_len, int *gen_type);
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h113 int *gen_len, int *gen_type, int *offset);
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.h496 u8 gen_type; member
H A Dopa_vnic_vema.c822 trap_mad->notice.gen_type = OPA_INTEL_EMA_NOTICE_TYPE_INFO << 1; in opa_vnic_vema_send_trap()
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c3211 unsigned int gen_type = intel_gvt_get_device_type(gvt); in init_cmd_table() local
3217 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()