| /linux/arch/x86/include/uapi/asm/ |
| H A D | a.out.h | 5 struct exec struct 7 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 8 unsigned a_text; /* length of text, in bytes */ 9 unsigned a_data; /* length of data, in bytes */ 10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 11 unsigned a_syms; /* length of symbol table data in file, in bytes */ 12 unsigned a_entry; /* start address */ 13 unsigned a_trsize; /* length of relocation info for text, in bytes */ 14 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | a.out.h | 5 struct exec struct 7 unsigned long a_info; /* Use macros N_MAGIC, etc for access */ 8 unsigned a_text; /* length of text, in bytes */ 9 unsigned a_data; /* length of data, in bytes */ 10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 11 unsigned a_syms; /* length of symbol table data in file, in bytes */ 12 unsigned a_entry; /* start address */ 13 unsigned a_trsize; /* length of relocation info for text, in bytes */ 14 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
| /linux/include/drm/ |
| H A D | drm_exec.h | 63 drm_exec_obj(struct drm_exec *exec, unsigned long index) in drm_exec_obj() 76 #define drm_exec_for_each_locked_object(exec, index, obj) \ argument 90 #define drm_exec_for_each_locked_object_reverse(exec, index, obj) \ argument 105 #define drm_exec_until_all_locked(exec) \ argument 120 #define drm_exec_retry_on_contention(exec) \ argument 133 static inline bool drm_exec_is_contended(struct drm_exec *exec) in drm_exec_is_contended()
|
| /linux/include/uapi/linux/ |
| H A D | a.out.h | 44 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 47 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 48 #define N_SET_INFO(exec, magic, type, flags) \ argument 52 #define N_SET_MAGIC(exec, magic) \ argument 55 #define N_SET_MACHTYPE(exec, machtype) \ argument 59 #define N_SET_FLAGS(exec, flags) \ argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_overhead.c | 13 BPF_KPROBE(prog1,struct task_struct * tsk,const char * buf,bool exec) BPF_KPROBE() argument 31 BPF_PROG(prog4,struct task_struct * tsk,const char * buf,bool exec) BPF_PROG() argument 37 BPF_PROG(prog5,struct task_struct * tsk,const char * buf,bool exec) BPF_PROG() argument
|
| H A D | local_storage.c | 208 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() argument
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 269 const int exec = variant->mount_exec && variant->file_exec; in TEST_F() local 279 const int exec = variant->mount_exec && variant->file_exec; in TEST_F() local 292 const int exec = variant->file_exec; in TEST_F() local 302 const int exec = variant->file_exec; in TEST_F() local 375 TEST_F(secbits, exec) in TEST_F() argument
|
| H A D | null-argv.c | 10 #define FORK(exec) \ argument
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_csa.c | 69 struct drm_exec exec; in amdgpu_map_static_csa() local 109 struct drm_exec exec; in amdgpu_unmap_static_csa() local
|
| H A D | amdgpu_eviction_fence.c | 48 struct drm_exec *exec) in amdgpu_eviction_fence_replace_fence()
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | a.out.h | 54 struct exec struct 62 * Define's so that the kernel exec code can access the a.out header argument
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem.c | 55 struct drm_exec exec; in msm_gem_close() local 108 struct drm_exec exec; in msm_gem_vma_put() local 584 struct drm_exec exec; in msm_gem_get_and_pin_iova_range() local 609 struct drm_exec exec; in msm_gem_get_iova() local 648 struct drm_exec exec; in msm_gem_set_iova() local 688 struct drm_exec exec; in msm_gem_unpin_iova() local 1094 struct drm_exec exec; in msm_gem_free_object() local
|
| H A D | msm_gem_vma.c | 439 msm_gem_vm_bo_validate(struct drm_gpuvm_bo *vm_bo, struct drm_exec *exec) in msm_gem_vm_bo_validate() 899 struct drm_exec exec; in msm_gem_vm_close() local 1233 vm_bind_job_lock_objects(struct msm_vm_bind_job *job, struct drm_exec *exec) in vm_bind_job_lock_objects() 1535 struct drm_exec exec; in msm_ioctl_vm_bind() local
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 26 struct kunit *test, struct drm_exec *exec) in ccs_test_migrate() 135 struct drm_exec *exec = XE_VALIDATION_OPT_OUT; in ccs_test_run_tile() local 214 struct drm_exec *exec = XE_VALIDATION_OPT_OUT; in evict_test_run_tile() local
|
| /linux/tools/perf/util/ |
| H A D | comm.c | 192 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 211 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
|
| H A D | comm.h | 15 bool exec; member
|
| H A D | thread.c | 251 u64 timestamp, bool exec) in ____thread__set_comm() 277 bool exec) in __thread__set_comm()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pagefault.c | 48 static int xe_pagefault_begin(struct drm_exec *exec, struct xe_vma *vma, in xe_pagefault_begin() 72 struct drm_exec exec; in xe_pagefault_handle_vma() local
|
| H A D | xe_ggtt.c | 782 u64 start, u64 end, struct drm_exec *exec) in __xe_ggtt_insert_bo_at() 844 u64 start, u64 end, struct drm_exec *exec) in xe_ggtt_insert_bo_at() 858 struct drm_exec *exec) in xe_ggtt_insert_bo()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 79 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
|
| /linux/arch/mips/mm/ |
| H A D | c-r4k.c | 473 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_range() local 493 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_range() local 543 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_page() local
|
| H A D | cache.c | 150 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache() local
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | oradax.h | 41 struct ccb_exec_result exec; member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A D | hwsq.c | 61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 131 u32 exec, args; in gm200_devinit_post() local
|