Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/lib/
Dcopy_in_user.S37 USER(9f, ldr x3, [x1], #8 )
39 USER(9f, str x3, [x0], #8 )
43 USER(9f, ldr w3, [x1], #4 )
45 USER(9f, str w3, [x0], #4 )
48 USER(9f, ldrh w3, [x1], #2 )
50 USER(9f, strh w3, [x0], #2 )
53 USER(9f, ldrb w3, [x1] )
54 USER(9f, strb w3, [x0] )
Dclear_user.S36 USER(9f, str xzr, [x0], #8 )
41 USER(9f, str wzr, [x0], #4 )
45 USER(9f, strh wzr, [x0], #2 )
49 USER(9f, strb wzr, [x0] )
Dcopy_to_user.S37 USER(9f, str x3, [x0], #8 )
43 USER(9f, str w3, [x0], #4 )
48 USER(9f, strh w3, [x0], #2 )
52 USER(9f, strb w3, [x0] )
Dcopy_from_user.S35 USER(9f, ldr x3, [x1], #8 )
41 USER(9f, ldr w3, [x1], #4 )
46 USER(9f, ldrh w3, [x1], #2 )
51 USER(9f, ldrb w3, [x1] )
/linux-4.1.27/arch/xtensa/kernel/
Dtraps.c78 #define USER 0x02 macro
81 { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor }
93 { EXCCAUSE_SYSTEM_CALL, USER, fast_syscall_user },
98 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca },
103 { EXCCAUSE_UNALIGNED, USER, fast_unaligned },
110 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss},
115 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss},
120 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRNL, fast_store_prohibited },
373 if (fast && fast & USER) in trap_init()
/linux-4.1.27/tools/perf/
Dperf-with-kcore.sh140 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
141 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
142 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
/linux-4.1.27/drivers/target/
DKconfig35 tristate "TCM/USER Subsystem Plugin for Linux"
38 Say Y here to enable the TCM/USER subsystem plugin for a userspace
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c50 #define USER .context = IN_USER macro
128 USER
133 USER
/linux-4.1.27/arch/arm/kernel/
Dentry-common.S154 USER( ldreq r10, [lr, #-4] ) @ get SWI instruction
156 USER( ldr r10, [lr, #-4] ) @ get SWI instruction
169 USER( ldreq scno, [lr, #-4] )
173 USER( ldr scno, [lr, #-4] ) @ get SWI instruction
Dentry-header.S171 @ Store/load the USER SP and LR registers by switching to the SYS
/linux-4.1.27/arch/arm64/mm/
Dcache.S130 USER(9f, dc cvau, x4 ) // clean D line to PoU
140 USER(9f, ic ivau, x4 ) // invalidate I line PoU
/linux-4.1.27/arch/arm/lib/
Dclear_user.S44 USER( strnebt r2, [r0])
/linux-4.1.27/arch/unicore32/lib/
Dclear_user.S46 USER( stb.u r2, [r0])
/linux-4.1.27/arch/unicore32/include/asm/
Dassembler.h57 #define USER(x...) \ macro
/linux-4.1.27/arch/arm64/include/asm/
Dassembler.h111 #define USER(l, x...) \ macro
/linux-4.1.27/arch/arm/include/asm/
Dassembler.h221 #define USER(x...) \ macro
367 @ introduced by the USER macro
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S732 .long __intr_user @ 0 (USER)
743 .long __dabt_user @ 0 (USER)
754 .long __pabt_user @ 0 (USER)
765 .long __extn_user @ 0 (USER)
/linux-4.1.27/Documentation/networking/
DLICENSE.qla3xxx40 USER ACKNOWLEDGES AND AGREES THAT USE OF THIS PROGRAM WILL NOT
Dnfc.txt30 | USER SPACE |
Darcnet-hardware.txt1270 USER'S MANUAL
1490 USER'S MANUAL
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped41 USER NAME SPACE" below. */
250 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
262 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
305 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
309 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
315 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
344 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
353 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
360 void free (void *); /* INFRINGES ON USER NAME SPACE */
965 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped41 USER NAME SPACE" below. */
241 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
253 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
296 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
300 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
306 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
334 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
343 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
350 void free (void *); /* INFRINGES ON USER NAME SPACE */
892 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped41 USER NAME SPACE" below. */
243 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
255 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
307 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
311 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
317 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
346 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
355 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
362 void free (void *); /* INFRINGES ON USER NAME SPACE */
797 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.1.27/arch/arm/mm/
Dcache-v7.S281 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
Dcache-v6.S137 USER( mcr p15, 0, r0, c7, c10, 1 ) @ clean D line
/linux-4.1.27/drivers/usb/gadget/udc/
Dnet2272.h313 #define USER 4 macro
Dnet2272.c2368 (1 << USER) | in net2272_rdk1_probe()
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt81 4. USAGE FROM USER-LEVEL
/linux-4.1.27/Documentation/filesystems/
D9p.txt40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h2354 _HV_BIT(user, USER) in _HV_BIT()
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S460 movl $(__USER_DS),%eax # DS/ES contains default USER segment
/linux-4.1.27/Documentation/ia64/
Daliasing.txt77 USER MAPPINGS
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt293 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt185 USER SPACE LAYOUT
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt219 over netlink, using a generic netlink family name of "TCM-USER" and a
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt61 | USER SPACE | |
/linux-4.1.27/firmware/3com/
Dtyphoon.bin.ihex2813 * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h
/linux-4.1.27/firmware/
DWHENCE524 * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h
/linux-4.1.27/arch/x86/
DKconfig2151 bool "Ignore USER SUSPEND"
2153 This option will ignore USER SUSPEND requests. On machines with a
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME228 the user name can be taken from the USER environment variable).
/linux-4.1.27/
DMAINTAINERS10498 USER-MODE LINUX (UML)