Home
last modified time | relevance | path

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

12

/linux/arch/arm64/lib/
A Dclear_user.S28 USER(9f, sttr xzr, [x0])
32 USER(9f, sttr xzr, [x2, #-8])
37 USER(9f, sttr wzr, [x0])
38 USER(8f, sttr wzr, [x2, #-4])
43 USER(9f, sttrh wzr, [x0])
45 USER(7f, sttrb wzr, [x2, #-1])
A Dcopy_from_user.S68 USER(9998f, ldtrb tmp1w, [srcin])
A Dcopy_to_user.S68 USER(9998f, sttrb tmp1w, [dst])
/linux/arch/xtensa/kernel/
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 },
101 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca },
107 { EXCCAUSE_UNALIGNED, USER, fast_unaligned },
114 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss},
119 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss},
124 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRNL, fast_store_prohibited },
442 if ((fast & USER) != 0) in trap_init()
/linux/arch/arm64/boot/dts/hisilicon/
A Dhi3798cv200-poplar.dts148 gpio-line-names = "", "USER-LED-1",
149 "USER-LED-2", "",
157 "", "USER-LED-0",
167 "USER-LED-3", "";
/linux/arch/nds32/lib/
A Dcopy_from_user.S9 USER( lbi.bi, \dst, [\addr], \adj)
17 USER( lmw.bim, \start_reg, [\addr], \end_reg)
A Dcopy_to_user.S13 USER( sbi.bi, \src, [\addr], \adj)
21 USER( smw.bim, \start_reg, [\addr], \end_reg)
A Dclear_user.S24 USER( smw.bim,$p1, [$r0], $p1) ! Clear the word
29 USER( sbi.bi, $p1, [$r0], #1) ! Clear the byte
/linux/tools/perf/
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)
/linux/drivers/target/
A DKconfig39 tristate "TCM/USER Subsystem Plugin for Linux"
42 Say Y here to enable the TCM/USER subsystem plugin for a userspace
/linux/arch/arm/kernel/
A Dentry-common.S193 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction
195 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction
208 USER( ldreq scno, [saved_pc, #-4] )
212 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
/linux/arch/x86/kernel/cpu/mce/
A Dseverity.c57 #define USER .context = IN_USER macro
169 USER
174 USER
/linux/drivers/hwtracing/intel_th/
A Dsth.h26 u64 USER; member
A Dsth.c120 outp = &out->USER; in sth_stm_packet()
/linux/arch/nds32/include/asm/
A Dassembler.h32 #define USER(insn, reg, addr, opr) \ macro
/linux/arch/arm/lib/
A Dclear_user.S44 USER( strbtne r2, [r0])
/linux/arch/arm/boot/dts/
A Dam335x-moxa-uc-2101.dts21 label = "UC2100:GREEN:USER";
A Dam335x-moxa-uc-8100-me-t.dts66 label = "uc8100me:USER";
A Dat91-sama5d27_wlsom1_ek.dts37 label = "USER BUTTON";
/linux/arch/arm64/include/asm/
A Dasm-uaccess.h62 #define USER(l, x...) \ macro
/linux/arch/arm/include/asm/
A Dassembler.h279 #define USER(x...) USERL(9001f, x)
419 @ introduced by the USER macro
/linux/arch/arm/mm/
A Dcache-v7.S290 USER( mcr p15, 0, r12, c7, c11, 1 ) @ clean D line to the point of unification
304 USER( mcr p15, 0, r12, c7, c5, 1 ) @ invalidate I line
A Dcache-v6.S134 USER( mcr p15, 0, r0, c7, c10, 1 ) @ clean D line
/linux/tools/perf/util/
A Dperf_event_attr_fprintf.c50 bit_name(USER), bit_name(KERNEL), bit_name(HV), bit_name(ANY), in __p_branch_sample_type()
/linux/arch/x86/kernel/
A Dhead_32.S314 movl $(__USER_DS),%eax # DS/ES contains default USER segment

Completed in 26 milliseconds

12