| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
| D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
| /kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
| 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 */
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
| D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
| /kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
| 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 */
|
| /kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
| 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 */
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| 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 */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| 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()
|
| /kernel/linux/linux-6.6/include/drm/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
| 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()
|
| D | vc4_gem.c | 154 struct vc4_exec_info *exec[2]; in vc4_save_hang_state() local 469 struct vc4_exec_info *exec; in vc4_submit_next_bin_job() local 509 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_submit_next_render_job() local 526 vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_move_job_to_render() 537 vc4_update_bo_seqnos(struct vc4_exec_info *exec, uint64_t seqno) in vc4_update_bo_seqnos() 563 struct vc4_exec_info *exec, in vc4_unlock_bo_reservations() 586 struct vc4_exec_info *exec, in vc4_lock_bo_reservations() 664 vc4_queue_submit(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_queue_submit() 729 struct vc4_exec_info *exec) in vc4_cl_lookup_bos() 821 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl() [all …]
|
| D | vc4_irq.c | 64 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local 117 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local 137 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); in vc4_cancel_bin_job() local 154 struct vc4_exec_info *exec = vc4_first_render_job(vc4); in vc4_irq_finish_render_job() local
|
| D | vc4_validate.c | 106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() 129 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle() 135 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos() 159 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_cma_object *fbo, in vc4_check_tex_size() 483 struct vc4_exec_info *exec) in vc4_validate_bin_cl() 561 reloc_tex(struct vc4_exec_info *exec, in reloc_tex() 745 struct vc4_exec_info *exec, in validate_gl_shader_rec() 927 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
| 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()
|
| 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 541 vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_move_job_to_render() 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() [all …]
|
| 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
|
| 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()
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | a.out.h | 52 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 54 #define N_MACHTYPE(exec) ((enum machine_type) (((exec).a_info >> 16) & 0xff)) argument 55 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 56 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0x… argument 57 #define N_SET_MAGIC(exec,magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)… argument 58 #define N_SET_MACHTYPE(exec,machtype) ((exec).a_info = ((exec).a_info & 0xff00ffff) | ((((int) (mac… argument 59 #define N_SET_FLAGS(exec,flags) ((exec).a_info = ((exec).a_info & 0x00ffffff) | (((flags) & 0xff) <… argument
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| 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
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| 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
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | a.out.h | 52 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 54 #define N_MACHTYPE(exec) ((enum machine_type) (((exec).a_info >> 16) & 0xff)) argument 55 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 56 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0x… argument 57 #define N_SET_MAGIC(exec,magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)… argument 58 #define N_SET_MACHTYPE(exec,machtype) ((exec).a_info = ((exec).a_info & 0xff00ffff) | ((((int) (mac… argument 59 #define N_SET_FLAGS(exec,flags) ((exec).a_info = ((exec).a_info & 0x00ffffff) | (((flags) & 0xff) <… argument
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | a.out.h | 40 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 42 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 43 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 44 #define N_SET_INFO(exec, magic, type, flags) \ argument 48 #define N_SET_MAGIC(exec, magic) \ argument 50 #define N_SET_MACHTYPE(exec, machtype) \ argument 53 #define N_SET_FLAGS(exec, flags) \ argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| 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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| 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()
|
| D | test_trampoline_count.c | 11 int BPF_PROG(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() 17 int BPF_PROG(prog2, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
|