Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 83) sorted by relevance

1234

/linux/arch/x86/include/uapi/asm/
H A Da.out.h5 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 Da.out.h5 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 Ddrm_exec.h63 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/drivers/gpu/drm/vc4/
H A Dvc4_gem.c159 struct vc4_exec_info *exec[2]; in vc4_save_hang_state() local
477 struct vc4_exec_info *exec; in vc4_submit_next_bin_job() local
522 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_submit_next_render_job() local
543 vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_move_job_to_render()
557 vc4_attach_fences(struct vc4_exec_info *exec) in vc4_attach_fences()
583 vc4_lock_bo_reservations(struct vc4_exec_info *exec, in vc4_lock_bo_reservations()
615 vc4_queue_submit(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_queue_submit()
680 struct vc4_exec_info *exec) in vc4_cl_lookup_bos()
733 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl()
847 vc4_complete_exec(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_complete_exec()
[all …]
/linux/include/uapi/linux/
H A Da.out.h44 #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 Dtest_overhead.c13 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
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c55 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_pin() local
107 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_map() local
178 struct drm_exec exec; in xe_dma_buf_begin_cpu_access() local
249 struct drm_exec exec; in xe_dma_buf_init_obj() local
283 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_move_notify() local
H A Dxe_bo.c1196 struct drm_exec exec; in xe_bo_notifier_prepare_pinned() local
1333 struct drm_exec exec; in xe_bo_evict_pinned() local
1804 struct drm_exec *exec) in xe_bo_fault_migrate()
1939 struct drm_exec exec; in xe_bo_cpu_fault() local
2136 u32 flags, struct drm_exec *exec) in xe_bo_init_locked()
2310 u64 alignment, struct drm_exec *exec) in __xe_bo_create_locked()
2407 struct drm_exec *exec) in xe_bo_create_locked()
2419 struct drm_exec exec; in xe_bo_create_novm() local
2456 u32 flags, struct drm_exec *exec) in xe_bo_create_user()
2499 struct drm_exec exec; in xe_bo_create_pin_range_novm() local
[all …]
H A Dxe_vm.c58 int xe_vm_drm_exec_lock(struct xe_vm *vm, struct drm_exec *exec) in xe_vm_drm_exec_lock()
199 struct drm_exec *exec) in resume_and_reinstall_preempt_fences()
221 struct drm_exec *exec = &vm_exec.exec; in xe_vm_add_compute_exec_queue() local
326 static int xe_gpuvm_validate(struct drm_gpuvm_bo *vm_bo, struct drm_exec *exec) in xe_gpuvm_validate()
363 int xe_vm_validate_rebind(struct xe_vm *vm, struct drm_exec *exec, in xe_vm_validate_rebind()
389 static int xe_preempt_work_begin(struct drm_exec *exec, struct xe_vm *vm, in xe_preempt_work_begin()
457 struct drm_exec exec; in preempt_rebind_work_func() local
1158 int xe_vm_lock_vma(struct drm_exec *exec, struct xe_vma *vma) in xe_vm_lock_vma()
1177 struct drm_exec exec; in xe_vma_destroy_unlocked() local
1422 struct xe_vm *vm, struct drm_exec *exec) in xe_vm_create_scratch()
[all …]
H A Dxe_exec.c122 struct drm_exec *exec = &vm_exec.exec; in xe_exec_ioctl() local
H A Dxe_ggtt.c865 u64 start, u64 end, struct drm_exec *exec) in __xe_ggtt_insert_bo_at()
928 u64 start, u64 end, struct drm_exec *exec) in xe_ggtt_insert_bo_at()
942 struct drm_exec *exec) in xe_ggtt_insert_bo()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1189 exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, in exec_prepare_obj()
1212 struct drm_exec *exec, in drm_gpuvm_prepare_vm()
1221 struct drm_exec *exec, in __drm_gpuvm_prepare_objects()
1242 struct drm_exec *exec, in drm_gpuvm_prepare_objects_locked()
1289 struct drm_exec *exec, in drm_gpuvm_prepare_objects()
1315 drm_gpuvm_prepare_range(struct drm_gpuvm *gpuvm, struct drm_exec *exec, in drm_gpuvm_prepare_range()
1352 struct drm_exec *exec = &vm_exec->exec; in drm_gpuvm_exec_lock() local
1444 struct drm_exec *exec = &vm_exec->exec; in drm_gpuvm_exec_lock_range() local
1466 __drm_gpuvm_validate(struct drm_gpuvm *gpuvm, struct drm_exec *exec) in __drm_gpuvm_validate()
1486 drm_gpuvm_validate_locked(struct drm_gpuvm *gpuvm, struct drm_exec *exec) in drm_gpuvm_validate_locked()
[all …]
/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c269 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 Dnull-argv.c10 #define FORK(exec) \ argument
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c55 struct drm_exec exec; in msm_gem_close() local
108 struct drm_exec exec; in msm_gem_vma_put() local
556 struct drm_exec exec; in msm_gem_get_and_pin_iova_range() local
581 struct drm_exec exec; in msm_gem_get_iova() local
620 struct drm_exec exec; in msm_gem_set_iova() local
660 struct drm_exec exec; in msm_gem_unpin_iova() local
1045 struct drm_exec exec; in msm_gem_free_object() local
H A Dmsm_gem_vma.c439 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
1227 vm_bind_job_lock_objects(struct msm_vm_bind_job *job, struct drm_exec *exec) in vm_bind_job_lock_objects()
1529 struct drm_exec exec; in msm_ioctl_vm_bind() local
/linux/arch/alpha/include/uapi/asm/
H A Da.out.h54 struct exec struct
62 * Define's so that the kernel exec code can access the a.out header argument
/linux/drivers/gpu/drm/imagination/
H A Dpvr_job.c531 prepare_fw_obj_resv(struct drm_exec *exec, struct pvr_fw_object *fw_obj) in prepare_fw_obj_resv()
537 jobs_lock_all_objs(struct drm_exec *exec, struct pvr_job_data *job_data, in jobs_lock_all_objs()
564 prepare_job_resvs_for_each(struct drm_exec *exec, struct pvr_job_data *job_data, in prepare_job_resvs_for_each()
711 struct drm_exec exec; in pvr_submit_jobs() local
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c27 struct kunit *test, struct drm_exec *exec) in ccs_test_migrate()
136 struct drm_exec *exec = XE_VALIDATION_OPT_OUT; in ccs_test_run_tile() local
212 struct drm_exec *exec = XE_VALIDATION_OPT_OUT; in evict_test_run_tile() local
/linux/tools/perf/util/
H A Dcomm.c192 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 Dcomm.h15 bool exec; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c235 struct drm_exec exec; in amdgpu_gem_object_open() local
323 struct drm_exec exec; in amdgpu_gem_object_close() local
839 struct drm_exec exec; in amdgpu_gem_va_ioctl() local
1014 struct drm_exec exec; in amdgpu_gem_op_ioctl() local
H A Damdgpu_eviction_fence.c48 struct drm_exec *exec) in amdgpu_eviction_fence_replace_fence()
/linux/arch/arc/mm/
H A Dfault.c79 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
/linux/arch/mips/mm/
H A Dc-r4k.c473 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

1234