Home
last modified time | relevance | path

Searched refs:gen_type (Results 1 – 9 of 9) 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/rust/kernel/
H A Ddriver.rs265 (<$gen_type:ident>, $driver_ops:ty, { type: $type:ty, $($f:tt)* }) => {
266 type Ops<$gen_type> = $driver_ops;
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c354 int *gen_len, int *gen_type, int *offset) in arch_bp_generic_fields() argument
359 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
362 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
365 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
368 *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/kernel/
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/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);