Home
last modified time | relevance | path

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

12345

/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/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/drivers/gpu/drm/
H A Ddrm_exec.c56 static void drm_exec_unlock_all(struct drm_exec *exec) in drm_exec_unlock_all()
81 void drm_exec_init(struct drm_exec *exec, u32 flags, unsigned nr) in drm_exec_init()
104 void drm_exec_fini(struct drm_exec *exec) in drm_exec_fini()
123 bool drm_exec_cleanup(struct drm_exec *exec) in drm_exec_cleanup()
143 static int drm_exec_obj_locked(struct drm_exec *exec, in drm_exec_obj_locked()
164 static int drm_exec_lock_contended(struct drm_exec *exec) in drm_exec_lock_contended()
209 int drm_exec_lock_obj(struct drm_exec *exec, struct drm_gem_object *obj) in drm_exec_lock_obj()
262 void drm_exec_unlock_obj(struct drm_exec *exec, struct drm_gem_object *obj) in drm_exec_unlock_obj()
291 int drm_exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, in drm_exec_prepare_obj()
323 int drm_exec_prepare_array(struct drm_exec *exec, in drm_exec_prepare_array()
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/drivers/gpu/drm/tests/
H A Ddrm_exec_test.c47 struct drm_exec exec; in sanitycheck() local
58 struct drm_exec exec; in test_lock() local
78 struct drm_exec exec; in test_lock_unlock() local
105 struct drm_exec exec; in test_duplicates() local
132 struct drm_exec exec; in test_prepare() local
159 struct drm_exec exec; in test_prepare_array() local
183 struct drm_exec exec; in test_multiple_loops() local
/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 …]
H A Dvc4_render_cl.c101 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset()
125 static void emit_tile(struct vc4_exec_info *exec, in emit_tile()
255 static int vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_create_rcl_bo()
385 static int vc4_full_res_bounds_check(struct vc4_exec_info *exec, in vc4_full_res_bounds_check()
411 static int vc4_rcl_msaa_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_msaa_surface_setup()
437 static int vc4_rcl_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_surface_setup()
536 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_render_config_surface_setup()
596 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_rcl()
H A Dvc4_validate.c108 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo()
135 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle()
141 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos()
165 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_dma_object *fbo, in vc4_check_tex_size()
490 struct vc4_exec_info *exec) in vc4_validate_bin_cl()
572 reloc_tex(struct vc4_exec_info *exec, in reloc_tex()
751 struct vc4_exec_info *exec, in validate_gl_shader_rec()
930 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
H A Dvc4_irq.c68 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local
121 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local
143 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); in vc4_cancel_bin_job() local
160 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_irq_finish_render_job() local
/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.c10 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE()
28 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
34 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
/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 …]
/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/arch/sparc/mm/
H A Dtlb.c79 bool exec, unsigned int hugepage_shift) in tlb_batch_add_one()
168 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local
220 bool exec = pte_exec(orig_pte); in __set_pmd_acct() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_seq64.c71 struct drm_exec exec; in amdgpu_seq64_map() local
130 struct drm_exec exec; in amdgpu_seq64_unmap() local
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
/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
/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()

12345