/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
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) != 0) in trap_init()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
D | hi3798cv200-poplar.dts | 140 gpio-line-names = "", "USER-LED-1", 141 "USER-LED-2", "", 149 "", "USER-LED-0", 159 "USER-LED-3", "";
|
/kernel/linux/linux-5.10/arch/nds32/lib/ |
D | copy_to_user.S | 13 USER( sbi.bi, \src, [\addr], \adj) 21 USER( smw.bim, \start_reg, [\addr], \end_reg)
|
D | copy_from_user.S | 9 USER( lbi.bi, \dst, [\addr], \adj) 17 USER( lmw.bim, \start_reg, [\addr], \end_reg)
|
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/kernel/include/ |
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);
|
D | los_typedef.h | 109 #ifndef USER 110 #define USER macro
|
/kernel/linux/linux-5.10/tools/perf/ |
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/liteos_a/testsuites/unittest/common/include/ |
D | los_typedef.h | 106 #ifndef USER 107 #define USER macro
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
D | copy_in_user.S | 72 USER(9998f, ldtrb tmp1w, [srcin]) 73 USER(9998f, sttrb tmp1w, [dst])
|
D | copy_from_user.S | 71 USER(9998f, ldtrb tmp1w, [srcin])
|
D | copy_to_user.S | 71 USER(9998f, sttrb tmp1w, [dst])
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | alternative-macros.h | 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/target/ |
D | Kconfig | 39 tristate "TCM/USER Subsystem Plugin for Linux" 42 Say Y here to enable the TCM/USER subsystem plugin for a userspace
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
D | sth.h | 26 u64 USER; member
|
D | sth.c | 120 outp = &out->USER; in sth_stm_packet()
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ macro
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
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-5.10/arch/x86/kernel/cpu/mce/ |
D | severity.c | 57 #define USER .context = IN_USER macro 169 USER 174 USER
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
D | clear_user.S | 44 USER( strbtne r2, [r0])
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | am335x-moxa-uc-2101.dts | 21 label = "UC2100:GREEN:USER";
|
D | am335x-moxa-uc-8100-me-t.dts | 66 label = "uc8100me:USER";
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | assembler.h | 258 #define USER(x...) USERL(9001f, x) 395 @ introduced by the USER macro
|
/kernel/liteos_a/syscall/ |
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/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zcu111-revA.dts | 385 si570_1: clock-generator@5d { /* USER SI570 - u47 */ 399 si570_2: clock-generator@5d { /* USER MGT SI570 - u49 */
|