/openbmc/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 */
|
/openbmc/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 */
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_exec.c | 54 static void drm_exec_unlock_all(struct drm_exec *exec) in drm_exec_unlock_all() 75 void drm_exec_init(struct drm_exec *exec, uint32_t flags) in drm_exec_init() 95 void drm_exec_fini(struct drm_exec *exec) in drm_exec_fini() 114 bool drm_exec_cleanup(struct drm_exec *exec) in drm_exec_cleanup() 134 static int drm_exec_obj_locked(struct drm_exec *exec, in drm_exec_obj_locked() 156 static int drm_exec_lock_contended(struct drm_exec *exec) in drm_exec_lock_contended() 201 int drm_exec_lock_obj(struct drm_exec *exec, struct drm_gem_object *obj) in drm_exec_lock_obj() 254 void drm_exec_unlock_obj(struct drm_exec *exec, struct drm_gem_object *obj) in drm_exec_unlock_obj() 283 int drm_exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, in drm_exec_prepare_obj() 315 int drm_exec_prepare_array(struct drm_exec *exec, in drm_exec_prepare_array()
|
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_exec_test.c | 47 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
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_render_cl.c | 99 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset() 123 static void emit_tile(struct vc4_exec_info *exec, in emit_tile() 253 static int vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_create_rcl_bo() 383 static int vc4_full_res_bounds_check(struct vc4_exec_info *exec, in vc4_full_res_bounds_check() 409 static int vc4_rcl_msaa_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_msaa_surface_setup() 435 static int vc4_rcl_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_surface_setup() 534 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_render_config_surface_setup() 594 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_rcl()
|
H A D | vc4_gem.c | 157 struct vc4_exec_info *exec[2]; in vc4_save_hang_state() local 475 struct vc4_exec_info *exec; in vc4_submit_next_bin_job() local 520 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_submit_next_render_job() local 555 vc4_update_bo_seqnos(struct vc4_exec_info *exec, uint64_t seqno) in vc4_update_bo_seqnos() 583 struct vc4_exec_info *exec, in vc4_unlock_bo_reservations() 603 struct vc4_exec_info *exec, in vc4_lock_bo_reservations() 681 vc4_queue_submit(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_queue_submit() 746 struct vc4_exec_info *exec) in vc4_cl_lookup_bos() 799 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl() 978 struct vc4_exec_info *exec = in vc4_job_handle_completed() local [all …]
|
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
|
H A D | vc4_validate.c | 106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() 133 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle() 139 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos() 163 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_dma_object *fbo, in vc4_check_tex_size() 491 struct vc4_exec_info *exec) in vc4_validate_bin_cl() 573 reloc_tex(struct vc4_exec_info *exec, in reloc_tex() 757 struct vc4_exec_info *exec, in validate_gl_shader_rec() 939 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
|
/openbmc/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
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_overhead.c | 13 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()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_csa.c | 70 struct drm_exec exec; in amdgpu_map_static_csa() local 110 struct drm_exec exec; in amdgpu_unmap_static_csa() local
|
/openbmc/linux/arch/sparc/mm/ |
H A D | tlb.c | 70 bool exec, unsigned int hugepage_shift) in tlb_batch_add_one() 159 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local 211 bool exec = pte_exec(orig_pte); in __set_pmd_acct() local
|
/openbmc/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
|
/openbmc/linux/tools/perf/util/ |
H A D | comm.c | 108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 127 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
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | inline_scheduler.hpp | 23 namespace exec namespace
|
H A D | scope.hpp | 20 namespace exec namespace
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_exec.c | 94 struct drm_exec *exec = &job->exec; in nouveau_exec_job_submit() local 143 struct drm_exec *exec = &job->exec; in nouveau_exec_job_armed_submit() local
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 184 struct exec struct 196 static void bswap_ahdr(struct exec *e) in bswap_ahdr() argument 208 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | null-argv.c | 10 #define FORK(exec) \ argument
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_cmd_helper.cpp | 24 void CommandInterface::exec() in exec() function in pldmtool::helper::CommandInterface
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 79 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 68 struct elfhdr *exec, in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 68 struct elfhdr *exec, in target_create_elf_tables()
|