Home
last modified time | relevance | path

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

12

/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()
/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
/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", "";
/arch/arm64/include/asm/
Dalternative.h276 USER(\l, ldp \reg1, \reg2, [\addr], \post_inc)
279 USER(\l, stp \reg1, \reg2, [\addr], \post_inc)
282 USER(\l, \inst \reg, [\addr], \post_inc)
Dassembler.h152 #define USER(l, x...) \ macro
433 USER(\label, ic ivau, \tmp2) // invalidate I line PoU
/arch/nds32/include/asm/
Dassembler.h32 #define USER(insn, reg, addr, opr) \ macro
/arch/arm/lib/
Dclear_user.S44 USER( strbtne r2, [r0])
/arch/unicore32/lib/
Dclear_user.S43 USER( stb.u r2, [r0])
/arch/x86/kernel/cpu/mce/
Dseverity.c54 #define USER .context = IN_USER macro
170 USER
175 USER
/arch/arm/kernel/
Dentry-common.S225 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction
227 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction
240 USER( ldreq scno, [saved_pc, #-4] )
244 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
Dentry-header.S174 @ Store/load the USER SP and LR registers by switching to the SYS
/arch/arm/boot/dts/
Dam335x-moxa-uc-2101.dts21 label = "UC2100:GREEN:USER";
Dat91-sama5d27_som1_ek.dts496 label = "USER";
Dam335x-moxa-uc-8100-me-t.dts86 label = "uc8100me:USER";
/arch/unicore32/include/asm/
Dassembler.h54 #define USER(x...) \ macro
/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu111-revA.dts300 si570_1: clock-generator@5d { /* USER SI570 - u47 */
313 si570_2: clock-generator@5d { /* USER MGT SI570 - u49 */
Dzynqmp-zcu106-revA.dts384 si570_1: clock-generator@5d { /* USER SI570 - u42 */
397 si570_2: clock-generator@5d { /* USER MGT SI570 - u56 */
Dzynqmp-zcu102-revA.dts410 si570_1: clock-generator@5d { /* USER SI570 - u42 */
423 si570_2: clock-generator@5d { /* USER MGT SI570 - u56 */
/arch/arm/include/asm/
Dassembler.h260 #define USER(x...) USERL(9001f, x)
400 @ introduced by the USER macro
/arch/unicore32/kernel/
Dentry.S729 .long __intr_user @ 0 (USER)
740 .long __dabt_user @ 0 (USER)
751 .long __pabt_user @ 0 (USER)
762 .long __extn_user @ 0 (USER)
/arch/arm/mm/
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
Dcache-v6.S134 USER( mcr p15, 0, r0, c7, c10, 1 ) @ clean D line
/arch/x86/kernel/
Dhead_32.S351 movl $(__USER_DS),%eax # DS/ES contains default USER segment

12