Home
last modified time | relevance | path

Searched refs:el (Results 1 – 7 of 7) sorted by relevance

/arch/arm64/kernel/
A Dentry.S42 .if \el == 0
68 b el\el\ht\()_\regsize\()_\label
99 b el\el\ht\()_\regsize\()_\label
198 .if \el == 0
220 .if \el == 0
290 .if \el == 0
307 .if \el == 0
336 .if \el != 0
571 SYM_CODE_START_LOCAL(el\el\ht\()_\regsize\()_\label)
574 bl el\el\ht\()_\regsize\()_\label\()_handler
[all …]
A Ddebug-monitors.c84 void enable_debug_monitors(enum dbg_active_el el) in enable_debug_monitors() argument
93 if (el == DBG_ACTIVE_EL1 && in enable_debug_monitors()
105 void disable_debug_monitors(enum dbg_active_el el) in disable_debug_monitors() argument
114 if (el == DBG_ACTIVE_EL1 && in disable_debug_monitors()
A Dentry-common.c339 #define UNHANDLED(el, regsize, vector) \ argument
340 asmlinkage void noinstr el##_##regsize##_##vector##_handler(struct pt_regs *regs) \
342 const char *desc = #regsize "-bit " #el " " #vector; \
A Dhw_breakpoint.c582 static void toggle_bp_registers(int reg, enum dbg_active_el el, int enable) in toggle_bp_registers() argument
606 if (debug_exception_level(privilege) != el) in toggle_bp_registers()
/arch/arm64/include/asm/
A Ddebug-monitors.h66 void enable_debug_monitors(enum dbg_active_el el);
67 void disable_debug_monitors(enum dbg_active_el el);
/arch/mips/
A DMakefile507 target := $(bits)$(rev)$(filter el,$(endian))_defconfig
514 $(eval $(call gen_generic_defconfigs,32 64,r1 r2 r6,eb el))
515 $(eval $(call gen_generic_defconfigs,micro32,r2,eb el))
518 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))…
/arch/x86/events/intel/
A Dcore.c5975 EVENT_ATTR_STR(el-start, el_start, "event=0xc8,umask=0x1");
5976 EVENT_ATTR_STR(el-commit, el_commit, "event=0xc8,umask=0x2");
5977 EVENT_ATTR_STR(el-abort, el_abort, "event=0xc8,umask=0x4");
5978 EVENT_ATTR_STR(el-capacity, el_capacity, "event=0x54,umask=0x2");
5979 EVENT_ATTR_STR(el-conflict, el_conflict, "event=0x54,umask=0x1");
6018 EVENT_ATTR_STR(el-capacity-read, el_capacity_read, "event=0x54,umask=0x80");
6019 EVENT_ATTR_STR(el-capacity-write, el_capacity_write, "event=0x54,umask=0x2");

Completed in 27 milliseconds