Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dtraps.c78 #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/
Dhi3798cv200-poplar.dts140 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/
Dcopy_to_user.S13 USER( sbi.bi, \src, [\addr], \adj)
21 USER( smw.bim, \start_reg, [\addr], \end_reg)
Dcopy_from_user.S9 USER( lbi.bi, \dst, [\addr], \adj)
17 USER( lmw.bim, \start_reg, [\addr], \end_reg)
Dclear_user.S24 USER( smw.bim,$p1, [$r0], $p1) ! Clear the word
29 USER( sbi.bi, $p1, [$r0], #1) ! Clear the byte
/kernel/liteos_a/kernel/include/
Dlos_process.h60 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);
Dlos_typedef.h109 #ifndef USER
110 #define USER macro
/kernel/linux/linux-5.10/tools/perf/
Dperf-with-kcore.sh128 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/
Dlos_typedef.h106 #ifndef USER
107 #define USER macro
/kernel/linux/linux-5.10/arch/arm64/lib/
Dcopy_in_user.S72 USER(9998f, ldtrb tmp1w, [srcin])
73 USER(9998f, sttrb tmp1w, [dst])
Dcopy_from_user.S71 USER(9998f, ldtrb tmp1w, [srcin])
Dcopy_to_user.S71 USER(9998f, sttrb tmp1w, [dst])
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dalternative-macros.h254 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/
DKconfig39 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/
Dsth.h26 u64 USER; member
Dsth.c120 outp = &out->USER; in sth_stm_packet()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dassembler.h32 #define USER(insn, reg, addr, opr) \ macro
/kernel/linux/linux-5.10/arch/arm/kernel/
Dentry-common.S228 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/
Dseverity.c57 #define USER .context = IN_USER macro
169 USER
174 USER
/kernel/linux/linux-5.10/arch/arm/lib/
Dclear_user.S44 USER( strbtne r2, [r0])
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dam335x-moxa-uc-2101.dts21 label = "UC2100:GREEN:USER";
Dam335x-moxa-uc-8100-me-t.dts66 label = "uc8100me:USER";
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dassembler.h258 #define USER(x...) USERL(9001f, x)
395 @ introduced by the USER macro
/kernel/liteos_a/syscall/
Dlos_syscall.h83 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/
Dzynqmp-zcu111-revA.dts385 si570_1: clock-generator@5d { /* USER SI570 - u47 */
399 si570_2: clock-generator@5d { /* USER MGT SI570 - u49 */

123