Home
last modified time | relevance | path

Searched refs:USER (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dtraps.c75 #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 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) ! in trap_init()
[all...]
/kernel/liteos_a/kernel/include/
H A 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);
H A Dlos_typedef.h109 #ifndef USER
110 #define USER macro
/kernel/linux/linux-5.10/tools/perf/
H A 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/linux/linux-5.10/arch/arm64/lib/
H A Dcopy_in_user.S72 USER(9998f, ldtrb tmp1w, [srcin])
73 USER(9998f, sttrb tmp1w, [dst])
H A Dcopy_to_user.S71 USER(9998f, sttrb tmp1w, [dst])
H A Dcopy_from_user.S71 USER(9998f, ldtrb tmp1w, [srcin])
/kernel/linux/linux-5.10/arch/nds32/lib/
H A 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/testsuites/unittest/common/include/
H A Dlos_typedef.h106 #ifndef USER
107 #define USER macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dalternative-macros.h208 * 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 Dsth.h26 u64 USER; member
H A Dsth.c120 outp = &out->USER; in sth_stm_packet()
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dsth.h26 u64 USER; member
/kernel/linux/linux-5.10/arch/arm/kernel/
H A 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-6.6/arch/arm/kernel/
H A Dentry-common.S205 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 Dassembler.h32 #define USER(insn, reg, addr, opr) \ macro
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dcopy_from_user.S68 USER(9998f, ldtrb tmp1w, [srcin])
H A Dcopy_to_user.S68 USER(9998f, sttrb tmp1w, [dst])
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dseverity.c57 #define USER .context = IN_USER macro
169 USER
174 USER
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dseverity.c57 #define USER .context = IN_USER macro
169 USER
174 USER
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dasm-uaccess.h60 #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 Dassembler.h258 #define USER(x...) USERL(9001f, x) macro
395 @ introduced by the USER macro
/kernel/liteos_a/syscall/
H A 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/tools/perf/util/
H A Dperf_event_attr_fprintf.c49 bit_name(USER), bit_name(KERNEL), bit_name(HV), bit_name(ANY), in __p_branch_sample_type()

Completed in 10 milliseconds

12