/linux-4.4.14/arch/arm64/lib/ |
D | copy_in_user.S | 38 USER(9998f, ldrb \ptr, [\regB], \val) 42 USER(9998f, strb \ptr, [\regB], \val) 46 USER(9998f, ldrh \ptr, [\regB], \val) 50 USER(9998f, strh \ptr, [\regB], \val) 54 USER(9998f, ldr \ptr, [\regB], \val) 58 USER(9998f, str \ptr, [\regB], \val) 62 USER(9998f, ldp \ptr, \regB, [\regC], \val) 66 USER(9998f, stp \ptr, \regB, [\regC], \val)
|
D | clear_user.S | 42 USER(9f, str xzr, [x0], #8 ) 47 USER(9f, str wzr, [x0], #4 ) 51 USER(9f, strh wzr, [x0], #2 ) 55 USER(9f, strb wzr, [x0] )
|
D | copy_to_user.S | 40 USER(9998f, strb \ptr, [\regB], \val) 48 USER(9998f, strh \ptr, [\regB], \val) 56 USER(9998f, str \ptr, [\regB], \val) 64 USER(9998f, stp \ptr, \regB, [\regC], \val)
|
D | copy_from_user.S | 37 USER(9998f, ldrb \ptr, [\regB], \val) 45 USER(9998f, ldrh \ptr, [\regB], \val) 53 USER(9998f, ldr \ptr, [\regB], \val) 61 USER(9998f, ldp \ptr, \regB, [\regC], \val)
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | traps.c | 79 #define USER 0x02 macro 82 { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor } 94 { EXCCAUSE_SYSTEM_CALL, USER, fast_syscall_user }, 99 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca }, 104 { EXCCAUSE_UNALIGNED, USER, fast_unaligned }, 111 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss}, 116 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss}, 121 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRNL, fast_store_prohibited }, 402 if (fast && fast & USER) in trap_init()
|
/linux-4.4.14/tools/perf/ |
D | perf-with-kcore.sh | 140 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.4.14/drivers/target/ |
D | Kconfig | 35 tristate "TCM/USER Subsystem Plugin for Linux" 38 Say Y here to enable the TCM/USER subsystem plugin for a userspace
|
/linux-4.4.14/arch/arm64/mm/ |
D | cache.S | 57 USER(9f, dc cvau, x4 ) // clean D line to PoU 67 USER(9f, ic ivau, x4 ) // invalidate I line PoU
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 50 #define USER .context = IN_USER macro 128 USER 133 USER
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | sth.h | 34 u64 USER; member
|
D | sth.c | 118 outp = &out->USER; in sth_stm_packet()
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-common.S | 178 USER( ldreq r10, [lr, #-4] ) @ get SWI instruction 180 USER( ldr r10, [lr, #-4] ) @ get SWI instruction 193 USER( ldreq scno, [lr, #-4] ) 197 USER( ldr scno, [lr, #-4] ) @ get SWI instruction
|
D | entry-header.S | 171 @ Store/load the USER SP and LR registers by switching to the SYS
|
/linux-4.4.14/arch/arm/lib/ |
D | clear_user.S | 47 USER( strnebt r2, [r0])
|
/linux-4.4.14/arch/unicore32/lib/ |
D | clear_user.S | 46 USER( stb.u r2, [r0])
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | assembler.h | 97 #define USER(l, x...) \ macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 57 #define USER(x...) \ macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | assembler.h | 240 #define USER(x...) \ 386 @ introduced by the USER macro
|
/linux-4.4.14/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)
|
/linux-4.4.14/Documentation/networking/ |
D | LICENSE.qla3xxx | 40 USER ACKNOWLEDGES AND AGREES THAT USE OF THIS PROGRAM WILL NOT
|
D | nfc.txt | 30 | USER SPACE |
|
D | arcnet-hardware.txt | 1270 USER'S MANUAL 1490 USER'S MANUAL
|
/linux-4.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 11 USER API 80 is set manually, by writing to /sys/kernel/mm/page_idle/bitmap (see the USER API
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 41 USER NAME SPACE" below. */ 262 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */ 274 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */ 317 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */ 321 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */ 327 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 356 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 365 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ 372 void free (void *); /* INFRINGES ON USER NAME SPACE */ 950 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
/linux-4.4.14/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
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 41 USER NAME SPACE" below. */ 231 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */ 243 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */ 315 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */ 319 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */ 324 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 353 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 361 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ 367 void free (void *); /* INFRINGES ON USER NAME SPACE */ 765 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 41 USER NAME SPACE" below. */ 253 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */ 265 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */ 308 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */ 312 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */ 318 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 347 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 356 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ 363 void free (void *); /* INFRINGES ON USER NAME SPACE */ 912 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
/linux-4.4.14/Documentation/serial/ |
D | serial-rs485.txt | 41 4. USAGE FROM USER-LEVEL
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2272.h | 313 #define USER 4 macro
|
D | net2272.c | 2379 (1 << USER) | in net2272_rdk1_probe()
|
/linux-4.4.14/Documentation/filesystems/ |
D | 9p.txt | 40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
|
/linux-4.4.14/arch/tile/include/hv/ |
D | hypervisor.h | 2412 _HV_BIT(user, USER) in _HV_BIT()
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_32.S | 459 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 77 USER MAPPINGS
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 293 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 185 USER SPACE LAYOUT
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 219 over netlink, using a generic netlink family name of "TCM-USER" and a
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 61 | USER SPACE | |
|
/linux-4.4.14/firmware/3com/ |
D | typhoon.bin.ihex | 2813 * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h
|
/linux-4.4.14/firmware/ |
D | WHENCE | 524 * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2241 bool "Ignore USER SUSPEND" 2243 This option will ignore USER SUSPEND requests. On machines with a
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 228 the user name can be taken from the USER environment variable).
|
/linux-4.4.14/ |
D | MAINTAINERS | 11312 USER-MODE LINUX (UML)
|