| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | a.out.h | 8 struct exec struct 31 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 34 #define N_SET_INFO(exec, magic, type, flags) \ argument 38 #define N_SET_MAGIC(exec, magic) \ argument 40 #define N_SET_MACHTYPE(exec, machtype) \ argument 43 #define N_SET_FLAGS(exec, flags) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | a.out.h | 8 struct exec struct 31 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 34 #define N_SET_INFO(exec, magic, type, flags) \ argument 38 #define N_SET_MAGIC(exec, magic) \ argument 40 #define N_SET_MACHTYPE(exec, machtype) \ argument 43 #define N_SET_FLAGS(exec, flags) \ argument
|
| /OK3568_Linux_fs/kernel/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 | 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 …]
|
| H A 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
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | tlb.c | 69 bool exec, unsigned int hugepage_shift) in tlb_batch_add_one() 154 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local 206 bool exec = pte_exec(orig_pte); in __set_pmd_acct() local
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | inetwork.cpp | 138 QString ManualMange::exec() in exec() function in ManualMange 176 QString SystemCtlMange::exec() in exec() function in SystemCtlMange 246 QString ManualMangeNotServer::exec() in exec() function in ManualMangeNotServer
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| H A D | thread.c | 240 u64 timestamp, bool exec) in ____thread__set_comm() 265 bool exec) in __thread__set_comm()
|
| /OK3568_Linux_fs/app/qfm/ |
| H A D | mimeutils.h | 34 QString exec; variable
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | fault.c | 72 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtinputdialog.cpp | 68 int inputDialog::exec() in exec() function in inputDialog
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/ |
| H A D | messagebox.cpp | 76 int MessageBox::exec() in exec() function in MessageBox
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | sqlite3.cpp | 184 void Database::exec(const std::string &sql) { in exec() function in mapbox::sqlite::Database 189 void DatabaseImpl::exec(const std::string& sql) { in exec() function in mapbox::sqlite::DatabaseImpl
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | sqlite3.cpp | 133 void Database::exec(const std::string &sql) { in exec() function in mapbox::sqlite::Database 138 void DatabaseImpl::exec(const std::string& sql) { in exec() function in mapbox::sqlite::DatabaseImpl
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | cache.c | 133 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache() local
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | cpa-test.c | 45 long lpg, gpg, spg, exec; member
|