| /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 | 69 drm_exec_obj(struct drm_exec *exec, unsigned long index) in drm_exec_obj() 75 #define __drm_exec_for_each_locked_object(exec, obj, __index) \ argument 84 #define drm_exec_for_each_locked_object(exec, obj) \ argument 88 #define __drm_exec_for_each_locked_object_reverse(exec, obj, __index) \ argument 101 #define drm_exec_for_each_locked_object_reverse(exec, obj) \ argument 116 #define drm_exec_until_all_locked(exec) \ argument 133 #define drm_exec_retry_on_contention(exec) \ argument 146 static inline bool drm_exec_is_contended(struct drm_exec *exec) in drm_exec_is_contended() 172 static inline struct ww_acquire_ctx *drm_exec_ticket(struct drm_exec *exec) in drm_exec_ticket()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_exec_test.c | 45 struct drm_exec exec; in sanitycheck() local 56 struct drm_exec exec; in test_lock() local 76 struct drm_exec exec; in test_lock_unlock() local 103 struct drm_exec exec; in test_duplicates() local 130 struct drm_exec exec; in test_prepare() local 157 struct drm_exec exec; in test_prepare_array() local 181 struct drm_exec exec; in test_multiple_loops() local
|
| /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 BPF_PROG(exec,struct linux_binprm * bprm) BPF_PROG() argument
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_validate.c | 107 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() 134 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle() 140 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos() 164 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_dma_object *fbo, in vc4_check_tex_size() 506 struct vc4_exec_info *exec) in vc4_validate_bin_cl() 588 reloc_tex(struct vc4_exec_info *exec, in reloc_tex() 767 struct vc4_exec_info *exec, in validate_gl_shader_rec() 946 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
|
| H A D | vc4_irq.c | 67 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local 120 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local 142 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); in vc4_cancel_bin_job() local 159 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_irq_finish_render_job() local
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 55 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_pin() local 103 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_map() local 174 struct drm_exec exec; in xe_dma_buf_begin_cpu_access() local 288 struct drm_exec exec; in xe_dma_buf_create_obj() local 322 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_move_notify() local
|
| H A D | xe_pagefault.c | 48 static int xe_pagefault_begin(struct drm_exec *exec, struct xe_vma *vma, in xe_pagefault_begin() 85 struct drm_exec exec; in xe_pagefault_handle_vma() local
|
| H A D | xe_exec.c | 122 struct drm_exec *exec = &vm_exec.exec; in xe_exec_ioctl() local
|
| /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_seq64.c | 71 struct drm_exec exec; in amdgpu_seq64_map() local 130 struct drm_exec exec; in amdgpu_seq64_unmap() local
|
| H A D | amdgpu_gem.c | 239 struct drm_exec exec; in amdgpu_gem_object_open() local 324 struct drm_exec exec; in amdgpu_gem_object_close() local 850 struct drm_exec exec; in amdgpu_gem_va_ioctl() local 1035 struct drm_exec exec; in amdgpu_gem_op_ioctl() local
|
| /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/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 ____thread__set_comm(struct thread * thread,const char * str,u64 timestamp,bool exec) ____thread__set_comm() argument 277 __thread__set_comm(struct thread * thread,const char * str,u64 timestamp,bool exec) __thread__set_comm() argument
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 79 unsigned int write = 0, exec = 0, mask; in do_page_fault() 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/arch/mips/mm/ |
| H A D | cache.c | 150 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 131 u32 exec, args; in gm200_devinit_post() local
|