Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 80) 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/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
156 struct drm_exec exec; in test_prepare_array() local
175 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.c158 struct vc4_exec_info *exec[2]; in vc4_save_hang_state() local
476 struct vc4_exec_info *exec; in vc4_submit_next_bin_job() local
521 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_submit_next_render_job() local
542 vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_move_job_to_render()
556 vc4_attach_fences(struct vc4_exec_info *exec) in vc4_attach_fences()
582 vc4_lock_bo_reservations(struct vc4_exec_info *exec, in vc4_lock_bo_reservations()
614 vc4_queue_submit(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_queue_submit()
679 struct vc4_exec_info *exec) in vc4_cl_lookup_bos()
732 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl()
846 vc4_complete_exec(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_complete_exec()
[all …]
H A Dvc4_irq.c67 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/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 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE()
31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1090 exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, in exec_prepare_obj()
1113 struct drm_exec *exec, in drm_gpuvm_prepare_vm()
1122 struct drm_exec *exec, in __drm_gpuvm_prepare_objects()
1143 struct drm_exec *exec, in drm_gpuvm_prepare_objects_locked()
1187 struct drm_exec *exec, in drm_gpuvm_prepare_objects()
1213 drm_gpuvm_prepare_range(struct drm_gpuvm *gpuvm, struct drm_exec *exec, in drm_gpuvm_prepare_range()
1250 struct drm_exec *exec = &vm_exec->exec; in drm_gpuvm_exec_lock() local
1342 struct drm_exec *exec = &vm_exec->exec; in drm_gpuvm_exec_lock_range() local
1364 __drm_gpuvm_validate(struct drm_gpuvm *gpuvm, struct drm_exec *exec) in __drm_gpuvm_validate()
1384 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/amd/amdgpu/
H A Damdgpu_csa.c69 struct drm_exec exec; in amdgpu_map_static_csa() local
109 struct drm_exec exec; in amdgpu_unmap_static_csa() local
H A Damdgpu_seq64.c72 struct drm_exec exec; in amdgpu_seq64_map() local
130 struct drm_exec exec; in amdgpu_seq64_unmap() local
H A Damdgpu_userq_fence.c427 struct drm_exec exec; in amdgpu_userq_signal_ioctl() local
610 struct drm_exec exec; in amdgpu_userq_wait_ioctl() local
H A Damdgpu_eviction_fence.c48 struct drm_exec *exec) in amdgpu_eviction_fence_replace_fence()
/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/msm/
H A Dmsm_gem.c53 struct drm_exec exec; in msm_gem_close() local
106 struct drm_exec exec; in msm_gem_vma_put() local
582 struct drm_exec exec; in msm_gem_get_and_pin_iova_range() local
607 struct drm_exec exec; in msm_gem_get_iova() local
646 struct drm_exec exec; in msm_gem_set_iova() local
686 struct drm_exec exec; in msm_gem_unpin_iova() local
1068 struct drm_exec exec; in msm_gem_free_object() local
H A Dmsm_gem_vma.c432 msm_gem_vm_bo_validate(struct drm_gpuvm_bo *vm_bo, struct drm_exec *exec) in msm_gem_vm_bo_validate()
873 struct drm_exec exec; in msm_gem_vm_close() local
1182 vm_bind_job_lock_objects(struct msm_vm_bind_job *job, struct drm_exec *exec) in vm_bind_job_lock_objects()
1471 struct drm_exec exec; in msm_ioctl_vm_bind() local
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c207 struct drm_exec *exec) in resume_and_reinstall_preempt_fences()
229 struct drm_exec *exec = &vm_exec.exec; in xe_vm_add_compute_exec_queue() local
369 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end) in xe_vm_validate_should_retry()
385 static int xe_gpuvm_validate(struct drm_gpuvm_bo *vm_bo, struct drm_exec *exec) in xe_gpuvm_validate()
419 int xe_vm_validate_rebind(struct xe_vm *vm, struct drm_exec *exec, in xe_vm_validate_rebind()
445 static int xe_preempt_work_begin(struct drm_exec *exec, struct xe_vm *vm, in xe_preempt_work_begin()
485 struct drm_exec exec; in preempt_rebind_work_func() local
1367 int xe_vm_lock_vma(struct drm_exec *exec, struct xe_vma *vma) in xe_vm_lock_vma()
1384 struct drm_exec exec; in xe_vma_destroy_unlocked() local
2450 struct drm_exec exec; in new_vma() local
[all …]
H A Dxe_gt_pagefault.c76 static int xe_pf_begin(struct drm_exec *exec, struct xe_vma *vma, in xe_pf_begin()
112 struct drm_exec exec; in handle_vma_pagefault() local
545 struct drm_exec exec; in handle_acc() 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
H A Dthread.c251 u64 timestamp, bool exec) in ____thread__set_comm()
277 bool exec) in __thread__set_comm()
/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