Searched refs:USER (Results 1 – 20 of 20) sorted by relevance
/arch/arm64/boot/dts/hisilicon/ |
D | hi3798cv200-poplar.dts | 37 label = "USER-LED0"; 44 label = "USER-LED1"; 51 label = "USER-LED2"; 58 label = "USER-LED3"; 113 gpio-line-names = "", "USER-LED-1", 114 "USER-LED-2", "", 122 "", "USER-LED-0", 132 "USER-LED-3", "";
|
/arch/xtensa/kernel/ |
D | traps.c | 77 #define USER 0x02 macro 80 { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor } 92 { EXCCAUSE_SYSTEM_CALL, USER, fast_syscall_user }, 97 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca }, 102 { EXCCAUSE_UNALIGNED, USER, fast_unaligned }, 109 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss}, 114 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss}, 119 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRNL, fast_store_prohibited }, 437 if (fast && fast & USER) in trap_init()
|
/arch/arm64/include/asm/ |
D | alternative.h | 271 USER(\l, ldp \reg1, \reg2, [\addr], \post_inc) 274 USER(\l, stp \reg1, \reg2, [\addr], \post_inc) 277 USER(\l, \inst \reg, [\addr], \post_inc)
|
D | assembler.h | 136 #define USER(l, x...) \ macro
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 51 #define USER .context = IN_USER macro 139 USER 144 USER
|
/arch/arm/kernel/ |
D | entry-common.S | 190 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction 192 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction 205 USER( ldreq scno, [saved_pc, #-4] ) 209 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
|
D | entry-header.S | 173 @ Store/load the USER SP and LR registers by switching to the SYS
|
/arch/arm/lib/ |
D | clear_user.S | 47 USER( strnebt r2, [r0])
|
/arch/unicore32/lib/ |
D | clear_user.S | 46 USER( stb.u r2, [r0])
|
/arch/unicore32/include/asm/ |
D | assembler.h | 57 #define USER(x...) \ macro
|
/arch/arm64/mm/ |
D | cache.S | 67 USER(9f, ic ivau, x4 ) // invalidate I line PoU
|
/arch/unicore32/kernel/ |
D | entry.S | 732 .long __intr_user @ 0 (USER) 743 .long __dabt_user @ 0 (USER) 754 .long __pabt_user @ 0 (USER) 765 .long __extn_user @ 0 (USER)
|
/arch/arm/include/asm/ |
D | assembler.h | 246 #define USER(x...) \ 392 @ introduced by the USER macro
|
/arch/arm/mm/ |
D | cache-v7.S | 281 USER( mcr p15, 0, r12, c7, c11, 1 ) @ clean D line to the point of unification 290 USER( mcr p15, 0, r12, c7, c5, 1 ) @ invalidate I line
|
D | cache-v6.S | 137 USER( mcr p15, 0, r0, c7, c10, 1 ) @ clean D line
|
/arch/x86/kernel/ |
D | head_32.S | 350 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
/arch/tile/include/hv/ |
D | hypervisor.h | 2412 _HV_BIT(user, USER) in _HV_BIT()
|
/arch/arm/boot/dts/ |
D | am335x-moxa-uc-8100-me-t.dts | 89 label = "uc8100me:USER";
|
D | at91-sama5d27_som1_ek.dts | 512 label = "USER";
|
/arch/x86/ |
D | Kconfig | 2477 bool "Ignore USER SUSPEND" 2479 This option will ignore USER SUSPEND requests. On machines with a
|