/linux-4.1.27/include/uapi/linux/ |
D | a.out.h | 43 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 46 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 47 #define N_SET_INFO(exec, magic, type, flags) \ argument 48 ((exec).a_info = ((magic) & 0xffff) \ 51 #define N_SET_MAGIC(exec, magic) \ argument 52 ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff))) 54 #define N_SET_MACHTYPE(exec, machtype) \ argument 55 ((exec).a_info = \ 56 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16)) [all …]
|
D | cn_proc.h | 82 } exec; member
|
/linux-4.1.27/tools/perf/util/ |
D | comm.c | 77 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() argument 85 comm->exec = exec; in comm__new() 98 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() argument 110 if (exec) in comm__override() 111 comm->exec = true; in comm__override()
|
D | comm.h | 14 bool exec; member 22 struct comm *comm__new(const char *str, u64 timestamp, bool exec); 25 bool exec);
|
D | thread.c | 112 if (comm->exec) in thread__exec_comm() 121 bool exec) in __thread__set_comm() argument 128 err = comm__override(curr, str, timestamp, exec); in __thread__set_comm() 132 new = comm__new(str, timestamp, exec); in __thread__set_comm() 137 if (exec) in __thread__set_comm()
|
D | thread.h | 60 bool exec);
|
D | probe-event.c | 243 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group() argument 249 exec_copy = strdup(exec); in convert_exec_to_group() 417 static int get_text_start_address(const char *exec, unsigned long *address) in get_text_start_address() argument 424 fd = open(exec, O_RDONLY); in get_text_start_address() 495 int ntevs, const char *exec) in add_exec_to_probe_trace_events() argument 500 if (!exec) in add_exec_to_probe_trace_events() 503 ret = get_text_start_address(exec, &stext); in add_exec_to_probe_trace_events() 510 tevs[i].point.module = strdup(exec); in add_exec_to_probe_trace_events()
|
D | machine.c | 436 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local 438 if (exec) in machine__process_comm_event() 445 __thread__set_comm(thread, event->comm.comm, sample->time, exec)) { in machine__process_comm_event()
|
/linux-4.1.27/arch/sparc/mm/ |
D | tlb.c | 70 bool exec) in tlb_batch_add_one() argument 76 if (exec) in tlb_batch_add_one() 146 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local 148 tlb_batch_add_one(mm, vaddr, exec); in tlb_batch_pmd_scan() 186 bool exec = pte_exec(orig_pte); in set_pmd_at() local 188 tlb_batch_add_one(mm, addr, exec); in set_pmd_at() 189 tlb_batch_add_one(mm, addr + REAL_HPAGE_SIZE, exec); in set_pmd_at()
|
/linux-4.1.27/arch/score/mm/ |
D | cache.c | 83 int exec = (vma->vm_flags & VM_EXEC); in __update_cache() local 91 if (exec) in __update_cache() 176 int exec = vma->vm_flags & VM_EXEC; in flush_cache_range() local 205 if (exec) in flush_cache_range() 214 int exec = vma->vm_flags & VM_EXEC; in flush_cache_page() local 219 if (exec) in flush_cache_page()
|
/linux-4.1.27/drivers/leds/ |
D | leds-lp8501.c | 164 u8 exec; in lp8501_run_engine() local 182 ret = lp55xx_read(chip, LP8501_REG_ENABLE, &exec); in lp8501_run_engine() 189 exec = (exec & ~LP8501_EXEC_ENG1_M) | LP8501_RUN_ENG1; in lp8501_run_engine() 194 exec = (exec & ~LP8501_EXEC_ENG2_M) | LP8501_RUN_ENG2; in lp8501_run_engine() 199 exec = (exec & ~LP8501_EXEC_ENG3_M) | LP8501_RUN_ENG3; in lp8501_run_engine() 205 lp55xx_update_bits(chip, LP8501_REG_ENABLE, LP8501_EXEC_M, exec); in lp8501_run_engine()
|
D | leds-lp5562.c | 160 u8 exec; in lp5562_run_engine() local 182 ret = lp55xx_read(chip, LP5562_REG_ENABLE, &exec); in lp5562_run_engine() 189 exec = (exec & ~LP5562_EXEC_ENG1_M) | LP5562_RUN_ENG1; in lp5562_run_engine() 194 exec = (exec & ~LP5562_EXEC_ENG2_M) | LP5562_RUN_ENG2; in lp5562_run_engine() 199 exec = (exec & ~LP5562_EXEC_ENG3_M) | LP5562_RUN_ENG3; in lp5562_run_engine() 205 lp55xx_update_bits(chip, LP5562_REG_ENABLE, LP5562_EXEC_M, exec); in lp5562_run_engine()
|
D | leds-lp5521.c | 178 u8 exec; in lp5521_run_engine() local 197 ret = lp55xx_read(chip, LP5521_REG_ENABLE, &exec); in lp5521_run_engine() 204 exec = (exec & ~LP5521_EXEC_R_M) | LP5521_RUN_R; in lp5521_run_engine() 209 exec = (exec & ~LP5521_EXEC_G_M) | LP5521_RUN_G; in lp5521_run_engine() 214 exec = (exec & ~LP5521_EXEC_B_M) | LP5521_RUN_B; in lp5521_run_engine() 220 lp55xx_update_bits(chip, LP5521_REG_ENABLE, LP5521_EXEC_M, exec); in lp5521_run_engine()
|
D | leds-lp5523.c | 229 u8 exec; in lp5523_run_engine() local 247 ret = lp55xx_read(chip, LP5523_REG_ENABLE, &exec); in lp5523_run_engine() 254 exec = (exec & ~LP5523_EXEC_ENG1_M) | LP5523_RUN_ENG1; in lp5523_run_engine() 259 exec = (exec & ~LP5523_EXEC_ENG2_M) | LP5523_RUN_ENG2; in lp5523_run_engine() 264 exec = (exec & ~LP5523_EXEC_ENG3_M) | LP5523_RUN_ENG3; in lp5523_run_engine() 270 lp55xx_update_bits(chip, LP5523_REG_ENABLE, LP5523_EXEC_M, exec); in lp5523_run_engine()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 94 struct drm_i915_gem_exec_object2 *exec, in eb_lookup_vmas() argument 108 obj = to_intel_bo(idr_find(&file->object_idr, exec[i].handle)); in eb_lookup_vmas() 112 exec[i].handle, i); in eb_lookup_vmas() 120 obj, exec[i].handle, i); in eb_lookup_vmas() 157 vma->exec_entry = &exec[i]; in eb_lookup_vmas() 161 uint32_t handle = args->flags & I915_EXEC_HANDLE_LUT ? i : exec[i].handle; in eb_lookup_vmas() 784 struct drm_i915_gem_exec_object2 *exec) in i915_gem_execbuffer_relocate_slow() argument 808 total += exec[i].relocation_count; in i915_gem_execbuffer_relocate_slow() 825 user_relocs = to_user_ptr(exec[i].relocs_ptr); in i915_gem_execbuffer_relocate_slow() 828 exec[i].relocation_count * sizeof(*reloc))) { in i915_gem_execbuffer_relocate_slow() [all …]
|
/linux-4.1.27/arch/alpha/kernel/ |
D | binfmt_loader.c | 10 struct exec *eh = (struct exec *)bprm->buf; in load_binary()
|
/linux-4.1.27/arch/mips/mm/ |
D | c-tx39.c | 171 int exec = vma->vm_flags & VM_EXEC; in tx39_flush_cache_page() local 205 if (cpu_has_dc_aliases || exec) in tx39_flush_cache_page() 207 if (exec) in tx39_flush_cache_page() 217 if (cpu_has_dc_aliases || exec) in tx39_flush_cache_page() 219 if (exec) in tx39_flush_cache_page()
|
D | c-r3k.c | 240 int exec = vma->vm_flags & VM_EXEC; in r3k_flush_cache_page() local 264 if (exec) in r3k_flush_cache_page()
|
D | cache.c | 132 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache() local 144 if (exec || pages_do_alias(addr, address & PAGE_MASK)) in __update_cache()
|
D | c-r4k.c | 490 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_range() local 496 if (exec) in local_r4k_flush_cache_range() 503 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_range() local 505 if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) in r4k_flush_cache_range() 553 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_page() local 598 if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) { in local_r4k_flush_cache_page() 601 if (exec && !cpu_icache_snoops_remote_store) in local_r4k_flush_cache_page() 604 if (exec) { in local_r4k_flush_cache_page()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | mxms.c | 97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() 147 if (nv_subdev(mxm)->debug >= NV_DBG_DEBUG && (exec == NULL)) { in mxms_foreach() 170 if (!exec(mxm, desc, info)) in mxms_foreach()
|
D | base.c | 197 bool (*exec)(struct nvkm_mxm *, u8 version); member 215 if (shadow->exec(mxm, version)) { in mxm_shadow()
|
/linux-4.1.27/arch/x86/mm/ |
D | pageattr-test.c | 42 long lpg, gpg, spg, exec; member 51 s->lpg = s->gpg = s->spg = s->exec = 0; in print_split() 83 s->exec++; in print_split() 93 s->spg, s->lpg, s->gpg, s->exec, in print_split()
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | a.out.h | 53 struct exec struct 89 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
|
/linux-4.1.27/arch/cris/boot/tools/ |
D | build.c | 39 static int GCC_HEADER = sizeof(struct exec); 112 struct exec *ex = (struct exec *)buf; in main()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 48 LIST_HEAD(exec); in nv04_timer_alarm_trigger() 54 list_move_tail(&alarm->head, &exec); in nv04_timer_alarm_trigger() 68 list_for_each_entry_safe(alarm, atemp, &exec, head) { in nv04_timer_alarm_trigger()
|
/linux-4.1.27/scripts/kconfig/ |
D | streamline_config.pl | 114 my $exec = $conf->{"exec"}; 118 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
|
D | qconf.cc | 859 headerPopup->exec(e->globalPos()); in contextMenuEvent() 1652 switch (mb.exec()) { in closeEvent() 1792 configApp->exec(); in main()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | hwsq.h | 75 hwsq_exec(struct hwsq *ram, bool exec) in hwsq_exec() argument 79 ret = nvkm_hwsq_fini(&ram->hwsq, exec); in hwsq_exec()
|
D | hwsq.c | 61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini() argument 69 if (exec) in nvkm_hwsq_fini()
|
/linux-4.1.27/Documentation/ |
D | SAK.txt | 79 exec 3<&0 80 exec 4>&1 81 exec 5>&2
|
D | debugging-modules.txt | 16 echo 'exec /sbin/modprobe "$@"' >> /tmp/modprobe
|
D | java.txt | 65 exec 1>&2 105 exec 1>&2 116 exec 1>&2 130 exec 1>&2
|
D | gcov.txt | 250 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \; 251 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \; 252 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
|
D | magic-number.txt | 106 WANPIPE_MAGIC 0x414C4453 sdla_{dump,exec} include/linux/wanpipe.h
|
D | initrd.txt | 228 # exec chroot . what-follows <dev/console >dev/console 2>&1 244 - use relative paths for dev/console in the exec command
|
D | cachetlb.txt | 50 fork, and exec. 153 page table operations such as what happens during exit and exec.
|
D | dma-buf-sharing.txt | 431 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set 433 potential security hole. It could give the newly exec'd application
|
D | kernel-parameters.txt | 1404 programs exec'd, files mmap'd for exec, and all files 1412 programs exec'd, files mmap'd for exec, and all files
|
/linux-4.1.27/fs/ |
D | binfmt_aout.c | 163 put_user(bprm->exec, --sp); in create_aout_tables() 205 struct exec ex; in load_aout_binary() 211 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 343 struct exec ex; in load_aout_library()
|
D | exec.c | 690 bprm->exec -= stack_shift; in setup_arg_pages() 1067 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) in __set_task_comm() argument 1073 perf_event_comm(tsk, exec); in __set_task_comm() 1575 bprm->exec = bprm->p; in do_execveat_common()
|
D | binfmt_elf.c | 150 create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec, in create_elf_tables() argument 237 NEW_AUX_ENT(AT_PHDR, load_addr + exec->e_phoff); in create_elf_tables() 239 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables() 242 NEW_AUX_ENT(AT_ENTRY, exec->e_entry); in create_elf_tables() 252 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables() 280 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables()
|
D | binfmt_elf_fdpic.c | 626 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_fdpic_tables()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | a.out.h | 4 struct exec struct
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | a.out.h | 4 struct exec struct
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | test-record-C0 | 8 # no enable on exec for CPU attached
|
/linux-4.1.27/arch/frv/include/asm/ |
D | Kbuild | 4 generic-y += exec.h
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | Kbuild | 5 generic-y += exec.h
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | Kbuild | 3 generic-y += exec.h
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | Kbuild | 5 generic-y += exec.h
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | Kbuild | 4 generic-y += exec.h
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | Kbuild | 6 generic-y += exec.h
|
/linux-4.1.27/arch/mips/fw/arc/ |
D | salone.c | 23 return ARC_CALL4(exec, Path, Argc, Argv, Envp); in ArcExecute()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 211 int (*exec)(struct nvkm_bios *, void *, int, u16)) in dcb_outp_foreach() 228 ret = exec(bios, data, idx, outp); in dcb_outp_foreach()
|
D | init.c | 63 init_exec_set(struct nvbios_init *init, bool exec) in init_exec_set() argument 65 if (exec) init->execute &= 0xfd; in init_exec_set() 76 init_exec_force(struct nvbios_init *init, bool exec) in init_exec_force() argument 78 if (exec) init->execute |= 0x04; in init_exec_force() 2119 void (*exec)(struct nvbios_init *); member 2196 if (opcode >= init_opcode_nr || !init_opcode[opcode].exec) { in nvbios_exec() 2201 init_opcode[opcode].exec(init); in nvbios_exec()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | memx.c | 72 nvkm_memx_fini(struct nvkm_memx **pmemx, bool exec) in nvkm_memx_fini() argument 86 if (exec) { in nvkm_memx_fini()
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | objstrip.c | 57 struct exec * aout; /* includes file & aout header */ in main() 197 aout = (struct exec *) buf; in main()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramfuc.h | 72 ramfuc_exec(struct ramfuc *ram, bool exec) in ramfuc_exec() argument 76 ret = nvkm_memx_fini(&ram->memx, exec); in ramfuc_exec()
|
D | ramgt215.c | 863 bool exec = nvkm_boolopt(device->cfgopt, "NvMemExec", true); in gt215_ram_prog() local 865 if (exec) { in gt215_ram_prog()
|
/linux-4.1.27/drivers/connector/ |
D | Kconfig | 20 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
|
D | cn_proc.c | 114 ev->event_data.exec.process_pid = task->pid; in proc_exec_connector() 115 ev->event_data.exec.process_tgid = task->tgid; in proc_exec_connector()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | Kbuild | 8 generic-y += exec.h
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | Kbuild | 8 generic-y += exec.h
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | bus.h | 45 int nvkm_hwsq_fini(struct nvkm_hwsq **, bool exec);
|
D | pmu.h | 45 int nvkm_memx_fini(struct nvkm_memx **, bool exec);
|
/linux-4.1.27/arch/um/include/asm/ |
D | processor-generic.h | 35 } fork, exec; member
|
D | Kbuild | 9 generic-y += exec.h
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 63 int dcb_outp_foreach(struct nvkm_bios *, void *data, int (*exec)
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 13 - fsl,exec-units-mask : The bitmask representing what execution units 66 fsl,exec-units-mask = <0xfe>;
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 15 - The exec code has special handling for ptrace. 30 Be careful, though: LSMs might also not tighten constraints on exec
|
/linux-4.1.27/arch/cris/include/asm/ |
D | Kbuild | 8 generic-y += exec.h
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | Kbuild | 9 generic-y += exec.h
|
D | processor.h | 302 elf_caddr_t *argv = (elf_caddr_t *)bprm->exec + 1; \
|
/linux-4.1.27/include/linux/ |
D | binfmts.h | 46 unsigned long loader, exec; member
|
D | perf_event.h | 824 extern void perf_event_comm(struct task_struct *tsk, bool exec); 955 static inline void perf_event_comm(struct task_struct *tsk, bool exec) { } in perf_event_comm() argument
|
D | sched.h | 2517 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | Kbuild | 9 generic-y += exec.h
|
/linux-4.1.27/arch/arm/include/asm/ |
D | Kbuild | 8 generic-y += exec.h
|
/linux-4.1.27/arch/tile/include/asm/ |
D | Kbuild | 11 generic-y += exec.h
|
/linux-4.1.27/arch/sh/include/asm/ |
D | Kbuild | 9 generic-y += exec.h
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | Kbuild | 8 generic-y += exec.h
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_aout.c | 264 struct exec ex; in load_aout_binary() 267 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 402 struct exec ex; in load_aout_library()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | processor.h | 113 unsigned int *argc = (unsigned int *) bprm->exec; \
|
D | Kbuild | 11 generic-y += exec.h
|
/linux-4.1.27/Documentation/networking/ |
D | ipvlan.txt | 95 (1) ip netns exec ns0 bash 102 (1) ip netns exec ns1 bash
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | Kbuild | 14 generic-y += exec.h
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 161 isb @ prevent speculative exec past here 180 isb @ prevent speculative exec past here
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | Kbuild | 13 generic-y += exec.h
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | Kbuild | 16 generic-y += exec.h
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gf100.c | 388 void (*exec)(struct gf100_clk_priv *, int); in gf100_clk_prog() member 402 stage[i].exec(priv, j); in gf100_clk_prog()
|
D | gk104.c | 423 void (*exec)(struct gk104_clk_priv *, int); in gk104_clk_prog() member 441 stage[i].exec(priv, j); in gk104_clk_prog()
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | pq3-sec3.0-0.dtsi | 43 fsl,exec-units-mask = <0x9fe>;
|
D | pq3-sec3.1-0.dtsi | 43 fsl,exec-units-mask = <0xbfe>;
|
D | pq3-sec3.3-0.dtsi | 43 fsl,exec-units-mask = <0x97c>;
|
D | pq3-sec2.1-0.dtsi | 41 fsl,exec-units-mask = <0xfe>;
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | Kbuild | 22 generic-y += exec.h
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 118 exec -b 0x100000 -l 0xc0000 202 exec -b 0x100000 -l 0xc0000 -c "root=/dev/mtdblock2" 229 >> exec -b 0x100000 -l 0xc0000
|
D | GraphicsClient | 46 exec minicom
|
/linux-4.1.27/Documentation/DocBook/ |
D | .kernel-api.xml.cmd | 2 …k-core.c block/blk-map.c block/blk-sysfs.c block/blk-settings.c block/blk-exec.c block/blk-flush.c…
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 72 exec -c "<CMDLINE>" 0x00100000 76 exec -c "console=ttySM0,115200 ip=:::::dhcp root=/dev/mtdblock2 rw"
|
D | features.txt | 303 exec'd; or when an unpinning request happens:
|
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 74 o Review stack handling/building on exec
|
D | numa_memory_policy.txt | 44 [clone() w/o the CLONE_VM flag] and exec*(). This allows a parent task 45 to establish the task policy for a child task exec()'d from an 87 space is discarded and recreated on exec*(), VMA policies are NOT 88 inheritable across exec(). Thus, only NUMA-aware applications may 422 exec(2)
|
D | unevictable-lru.txt | 27 - munmap()/exit()/exec() system call handling. 490 munmap()/exit()/exec() SYSTEM CALL HANDLING 494 munmap() or via an internal unmap from exit() or exec() processing, we must
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig | 104 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 86 Show available functions in given module or kernel. With -x/--exec, 109 --exec=PATH::
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 96 to locate and mount a root partition, then exec some variant of /sbin/init 115 off control it can overmount / with a new root device and exec another init 121 free up the space (find -xdev / -exec rm '{}' ';'), overmount rootfs 123 stdin/stdout/stderr to the new /dev/console, and exec the new init.
|
D | affs.txt | 156 /dev/sdb5 /amiga/Workbench affs noauto,user,exec,verbose 0 0
|
D | porting | 384 exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU).
|
D | path-lookup.txt | 309 * i_mode, i_uid, i_gid can be tested for exec permissions during path walk.
|
D | ntfs.txt | 70 time find . -type f -exec md5sum "{}" \;
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 732 i2o_parm_field_get(c->exec, 0x0000, -1, &work32, sizeof(work32)); in i2o_seq_show_hw() 803 token = i2o_parm_table_get(c->exec, I2O_PARAMS_TABLE_GET, 0x0003, -1, in i2o_seq_show_ddm_table() 852 i2o_parm_field_get(c->exec, 0x0004, -1, &work32, sizeof(work32)); in i2o_seq_show_driver_store() 906 token = i2o_parm_table_get(c->exec, I2O_PARAMS_TABLE_GET, 0x0005, -1, in i2o_seq_show_drivers_stored()
|
D | exec-osm.c | 340 i2o_dev->iop->exec = i2o_dev; in i2o_exec_probe()
|
D | i2o.h | 565 struct i2o_device *exec; /* Executive */ member
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | mpc8349emitxgp.dts | 215 fsl,exec-units-mask = <0x7e>;
|
D | tqm8555.dts | 248 fsl,exec-units-mask = <0x7e>;
|
D | asp834x-redboot.dts | 284 exec-units-mask = <0x0000007e>;
|
D | tqm8541.dts | 248 fsl,exec-units-mask = <0x7e>;
|
D | mpc8272ads.dts | 259 fsl,exec-units-mask = <0x7e>;
|
D | sbc8349.dts | 247 fsl,exec-units-mask = <0x7e>;
|
D | sbc8548-post.dtsi | 214 fsl,exec-units-mask = <0xfe>;
|
D | mpc832x_rdb.dts | 149 fsl,exec-units-mask = <0x4c>;
|
D | mpc8349emitx.dts | 309 fsl,exec-units-mask = <0x7e>;
|
D | mpc8313erdb.dts | 142 fsl,exec-units-mask = <0x4c>;
|
D | mpc8555cds.dts | 236 fsl,exec-units-mask = <0x7e>;
|
D | mpc8379_rdb.dts | 346 fsl,exec-units-mask = <0x9fe>;
|
D | stxssa8555.dts | 235 fsl,exec-units-mask = <0x7e>;
|
D | mpc8377_wlan.dts | 330 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8541cds.dts | 236 fsl,exec-units-mask = <0x7e>;
|
D | mpc8379_mds.dts | 339 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8378_mds.dts | 341 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8377_rdb.dts | 348 fsl,exec-units-mask = <0x9fe>;
|
D | mpc834x_mds.dts | 267 fsl,exec-units-mask = <0x7e>;
|
D | mpc836x_rdk.dts | 169 fsl,exec-units-mask = <0x7e>;
|
D | mpc8378_rdb.dts | 348 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8315erdb.dts | 292 fsl,exec-units-mask = <0x97c>;
|
D | mpc832x_mds.dts | 171 fsl,exec-units-mask = <0x4c>;
|
D | mpc836x_mds.dts | 202 fsl,exec-units-mask = <0x7e>;
|
D | mpc8377_mds.dts | 341 fsl,exec-units-mask = <0x9fe>;
|
D | xpedite5370.dts | 490 fsl,exec-units-mask = <0x9fe>;
|
D | xpedite5301.dts | 492 fsl,exec-units-mask = <0x9fe>;
|
D | xpedite5330.dts | 528 fsl,exec-units-mask = <0x9fe>;
|
D | xcalibur1501.dts | 582 fsl,exec-units-mask = <0x9fe>;
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 267 u32 exec; /*!< exec vector */ member
|
D | bfa_ioc.c | 1190 if (swab32(fwhdr.exec) == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_hw_sem_init()
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 74 o Pre - Special PRE widget (exec before all others) 75 o Post - Special POST widget (exec after all others)
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sgiarcs.h | 190 LONG exec; /* Load and begin execution of a member
|
/linux-4.1.27/security/selinux/ |
D | Kconfig | 86 kernel (including any implied execute for read-implies-exec) for
|
/linux-4.1.27/Documentation/zh_CN/ |
D | magic-number.txt | 106 WANPIPE_MAGIC 0x414C4453 sdla_{dump,exec} include/linux/wanpipe.h
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 115 exec chroot . /sbin/init $* < dev/console > dev/console 2>&1
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1108 int (*exec)(struct nouveau_channel *, in nouveau_bo_move_init() member 1151 drm->ttm.move = mthd->exec; in nouveau_bo_move_init() 1156 } while ((++mthd)->exec); in nouveau_bo_move_init()
|
D | nouveau_bios.c | 1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach() 1343 ret = exec(dev, data, idx, outp); in olddcb_outp_foreach()
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 184 bash -c "echo 1 > /proc/self/make-it-fail && exec $*"
|
/linux-4.1.27/fs/cramfs/ |
D | README | 29 lines); put another way, the same order as `find -type d -exec
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 364 // $r13 - message (exec)
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 149 and exec one of the predefined init binaries.
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfi.h | 357 u32 exec; /* exec vector */ member
|
D | bfa_ioc.c | 732 if (swab32(fwhdr.exec) == BFI_FWBOOT_TYPE_NORMAL) { in bfa_iocpf_sm_fwcheck_entry() 750 bfa_trc(iocpf->ioc, swab32(fwhdr.exec)); in bfa_iocpf_sm_fwcheck_entry()
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 113 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 263 (*) UNIX exec privilege escalation bits (SUID/SGID); 265 (*) File capabilities exec privilege escalation bits.
|
D | keys.txt | 727 Note that this setting is inherited across fork/exec. 766 The assumed authoritative key is inherited across fork and exec.
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 207 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 138 the admin can easily set up a script which receives exec notifications 319 7) fork, exec or clone the job tasks from this founding father task.
|
D | cpusets.txt | 677 6) fork, exec or clone the job tasks from this founding father task.
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig | 550 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 611 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 812 It is typically useful to add shortcuts to your profile.exec file 916 Also CP has a file called profile.exec which automatically gets called 919 use profile.exec to define some keystrokes.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 422 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2180 host# find . -uid 0 -exec chown jdike {} \; 2893 sh -c 'echo pid=$$; echo -n hit return; read x; exec strace -p 1 -o strace.out' 3063 request = {op = 2, u = {exec = {ip = 1350467584, sp = 2952789424}, fork = { 3888 start-stop-daemon --start --quiet --exec /sbin/syslogd -- $SYSLOGD
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 53 exe_q_execute exec, in bnx2x_exe_queue_init() argument 70 o->execute = exec; in bnx2x_exe_queue_init()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 5711 void perf_event_comm(struct task_struct *task, bool exec) in perf_event_comm() argument 5725 .misc = exec ? PERF_RECORD_MISC_COMM_EXEC : 0, in perf_event_comm()
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1654 exec() and munmap(). 1726 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 370 exec Permit execution of binaries on the mount.
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 2596 The name comes from the similarity to the exec system call.
|
/linux-4.1.27/init/ |
D | Kconfig | 805 init is exec'ed.
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1854 exec "$@"
|