| /kernel/linux/linux-6.6/arch/xtensa/kernel/ |
| H A D | traps.c | 75 #define USER 0x02 macro 78 { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER|KRNL, fast_coprocessor },\ 90 { EXCCAUSE_ILLEGAL_INSTRUCTION, USER, fast_illegal_instruction_user }, 93 { EXCCAUSE_SYSTEM_CALL, USER, fast_syscall_user }, 97 { EXCCAUSE_LOAD_STORE_ERROR, USER|KRNL, fast_load_store }, 102 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca }, 109 { EXCCAUSE_UNALIGNED, USER, fast_unaligned }, 116 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss}, 117 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss}, 119 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRN [all...] |
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| H A D | traps.c | 78 #define USER 0x02 macro 81 { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor } 92 { EXCCAUSE_ILLEGAL_INSTRUCTION, USER, fast_illegal_instruction_user }, 95 { EXCCAUSE_SYSTEM_CALL, USER, fast_syscall_user }, 100 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca }, 105 { EXCCAUSE_UNALIGNED, USER, fast_unaligned }, 112 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss}, 117 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss}, 122 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRNL, fast_store_prohibited }, 433 if ((fast & USER) ! in trap_init() [all...] |
| /kernel/liteos_a/kernel/include/ |
| H A D | los_process.h | 60 extern INT32 LOS_Wait(INT32 pid, USER INT32 *status, UINT32 options, VOID *rusage); 62 extern INT32 LOS_Waitid(INT32 pid, USER siginfo_t *info, UINT32 options, VOID *rusage);
|
| H A D | los_typedef.h | 109 #ifndef USER 110 #define USER macro
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | perf-with-kcore.sh | 128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit) 129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit) 130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
|
| /kernel/linux/linux-5.10/arch/arm64/lib/ |
| H A D | copy_in_user.S | 72 USER(9998f, ldtrb tmp1w, [srcin]) 73 USER(9998f, sttrb tmp1w, [dst])
|
| H A D | copy_to_user.S | 71 USER(9998f, sttrb tmp1w, [dst])
|
| H A D | copy_from_user.S | 71 USER(9998f, ldtrb tmp1w, [srcin])
|
| /kernel/linux/linux-5.10/arch/nds32/lib/ |
| H A D | clear_user.S | 24 USER( smw.bim,$p1, [$r0], $p1) ! Clear the word 29 USER( sbi.bi, $p1, [$r0], #1) ! Clear the byte
|
| /kernel/liteos_a/testsuites/unittest/common/include/ |
| H A D | los_typedef.h | 106 #ifndef USER 107 #define USER macro
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | alternative-macros.h | 208 * unprivileged instructions, and USER() only works for single instructions. 254 USER(\l, ldp \reg1, \reg2, [\addr], \post_inc) 257 USER(\l, stp \reg1, \reg2, [\addr], \post_inc) 260 USER(\l, \inst \reg, [\addr], \post_inc)
|
| /kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
| H A D | sth.h | 26 u64 USER; member
|
| H A D | sth.c | 120 outp = &out->USER; in sth_stm_packet()
|
| /kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
| H A D | sth.h | 26 u64 USER; member
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | entry-common.S | 228 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction 230 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction 243 USER( ldreq scno, [saved_pc, #-4] ) 247 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | entry-common.S | 205 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction 207 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction 220 USER( ldreq scno, [saved_pc, #-4] ) 224 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
|
| /kernel/linux/linux-5.10/arch/nds32/include/asm/ |
| H A D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ macro
|
| /kernel/linux/linux-6.6/arch/arm64/lib/ |
| H A D | copy_from_user.S | 68 USER(9998f, ldtrb tmp1w, [srcin])
|
| H A D | copy_to_user.S | 68 USER(9998f, sttrb tmp1w, [dst])
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 57 #define USER .context = IN_USER macro 169 USER 174 USER
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 57 #define USER .context = IN_USER macro 169 USER 174 USER
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| H A D | asm-uaccess.h | 60 #define USER(l, x...) \ macro 67 * unprivileged instructions, and USER() only works for single instructions.
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| H A D | assembler.h | 258 #define USER(x...) USERL(9001f, x) macro 395 @ introduced by the USER macro
|
| /kernel/liteos_a/syscall/ |
| H A D | los_syscall.h | 83 extern int SysWait(int pid, USER int *status, int options, void *rusage);
84 extern int SysWaitid(idtype_t type, int pid, USER siginfo_t *info, int options, void *rusage);
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 49 bit_name(USER), bit_name(KERNEL), bit_name(HV), bit_name(ANY), in __p_branch_sample_type()
|