Searched refs:gen_type (Results 1 – 14 of 14) sorted by relevance
/linux/arch/sh/kernel/ |
H A D | hw_breakpoint.c | 136 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 D | hw_breakpoint.c | 199 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 D | hw_breakpoint.c | 303 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 D | ptrace.c | 480 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 D | hw_breakpoint.c | 469 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 D | hw_breakpoint.c | 353 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 D | hw_breakpoint.h | 73 int *gen_len, int *gen_type);
|
/linux/arch/sh/include/asm/ |
H A D | hw_breakpoint.h | 56 int *gen_type);
|
/linux/arch/arm/include/asm/ |
H A D | hw_breakpoint.h | 124 int *gen_len, int *gen_type);
|
/linux/arch/loongarch/include/asm/ |
H A D | hw_breakpoint.h | 106 int *gen_len, int *gen_type);
|
/linux/arch/arm64/include/asm/ |
H A D | hw_breakpoint.h | 113 int *gen_len, int *gen_type, int *offset);
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_encap.h | 496 u8 gen_type; member
|
H A D | opa_vnic_vema.c | 822 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 D | cmd_parser.c | 3211 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()
|