/linux-6.14.4/arch/parisc/kernel/ |
D | module.c | 55 #define RELOC_REACHABLE(val, bits) \ argument 60 #define CHECK_RELOC(val, bits) \ argument 270 struct module *me) in module_frob_arch_sections() 336 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got() 361 static Elf_Addr get_fdesc(struct module *me, unsigned long value) in get_fdesc() 392 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() 493 struct module *me) in apply_relocate_add() 499 Elf32_Addr val; in apply_relocate_add() local 638 struct module *me) in apply_relocate_add() 645 Elf64_Addr val; in apply_relocate_add() local [all …]
|
/linux-6.14.4/arch/s390/kernel/ |
D | module.c | 57 static void check_rela(Elf_Rela *rela, struct module *me) in check_rela() 107 char *secstrings, struct module *me) in module_frob_arch_sections() 175 static int apply_rela_bits(Elf_Addr loc, Elf_Addr val, in apply_rela_bits() 223 const char *strtab, struct module *me, in apply_rela() 227 Elf_Addr loc, val; in apply_rela() local 429 struct module *me, in __apply_relocate_add() 455 struct module *me) in apply_relocate_add() 468 static int module_alloc_ftrace_hotpatch_trampolines(struct module *me, in module_alloc_ftrace_hotpatch_trampolines() 493 struct module *me) in module_finalize()
|
/linux-6.14.4/arch/mips/kernel/ |
D | module.c | 38 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26() 59 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16() 98 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16() 103 Elf_Addr val, vallo; in apply_r_mips_lo16() local 170 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc() 201 static int apply_r_mips_pc16(struct module *me, u32 *location, u32 base, in apply_r_mips_pc16() 207 static int apply_r_mips_pc21(struct module *me, u32 *location, u32 base, in apply_r_mips_pc21() 213 static int apply_r_mips_pc26(struct module *me, u32 *location, u32 base, in apply_r_mips_pc26() 268 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, in reloc_handler() 305 struct module *me, bool rela) in __apply_relocate() [all …]
|
D | vpe.c | 227 static int apply_r_mips_none(struct module *me, uint32_t *location, in apply_r_mips_none() 233 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, in apply_r_mips_gprel16() 258 static int apply_r_mips_pc16(struct module *me, uint32_t *location, in apply_r_mips_pc16() 277 static int apply_r_mips_32(struct module *me, uint32_t *location, in apply_r_mips_32() 285 static int apply_r_mips_26(struct module *me, uint32_t *location, in apply_r_mips_26() 310 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16() 332 static int apply_r_mips_lo16(struct module *me, uint32_t *location, in apply_r_mips_lo16() 336 Elf32_Addr val, vallo; in apply_r_mips_lo16() local 428 struct module *me) in apply_relocations()
|
/linux-6.14.4/arch/x86/kernel/ |
D | module.c | 44 struct module *me) in apply_relocate() 85 struct module *me, in __write_relocate_add() 93 u64 val; in __write_relocate_add() local 181 struct module *me, in write_relocate_add() 208 struct module *me) in apply_relocate_add() 218 struct module *me) in clear_relocate_add() 228 struct module *me) in module_finalize() 313 struct module *me) in module_post_finalize()
|
/linux-6.14.4/arch/riscv/kernel/ |
D | module.c | 46 static bool riscv_insn_valid_32bit_offset(ptrdiff_t val) in riscv_insn_valid_32bit_offset() 80 static int apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v) in apply_r_riscv_32_rela() 91 static int apply_r_riscv_64_rela(struct module *me, void *location, Elf_Addr v) in apply_r_riscv_64_rela() 97 static int apply_r_riscv_branch_rela(struct module *me, void *location, in apply_r_riscv_branch_rela() 109 static int apply_r_riscv_jal_rela(struct module *me, void *location, in apply_r_riscv_jal_rela() 121 static int apply_r_riscv_rvc_branch_rela(struct module *me, void *location, in apply_r_riscv_rvc_branch_rela() 135 static int apply_r_riscv_rvc_jump_rela(struct module *me, void *location, in apply_r_riscv_rvc_jump_rela() 152 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, void *location, in apply_r_riscv_pcrel_hi20_rela() 167 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, void *location, in apply_r_riscv_pcrel_lo12_i_rela() 177 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, void *location, in apply_r_riscv_pcrel_lo12_s_rela() [all …]
|
/linux-6.14.4/arch/arm64/kernel/ |
D | module.c | 34 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() 51 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data() 115 static int reloc_insn_movw(enum aarch64_reloc_op op, __le32 *place, u64 val, in reloc_insn_movw() 156 static int reloc_insn_imm(enum aarch64_reloc_op op, __le32 *place, u64 val, in reloc_insn_imm() 192 __le32 *place, u64 val) in reloc_insn_adrp() 222 struct module *me) in apply_relocate_add() 229 u64 val; in apply_relocate_add() local 462 struct module *me) in module_finalize()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 773 struct ia_css_host_data *me; in convert_allocate_fpntbl() local 833 int val = params->fpn_config.data[i]; in convert_raw_to_fpn() local 1339 struct ia_css_morph_table *me) in ia_css_morph_table_free() 1368 struct ia_css_morph_table *me; in ia_css_morph_table_allocate() local 1497 ia_css_isp_3a_statistics_map_free(struct ia_css_isp_3a_statistics_map *me) in ia_css_isp_3a_statistics_map_free() 1514 struct ia_css_isp_3a_statistics_map *me; in ia_css_isp_3a_statistics_map_allocate() local 2129 struct ia_css_isp_3a_statistics *me; in ia_css_isp_3a_statistics_allocate() local 2180 ia_css_isp_3a_statistics_free(struct ia_css_isp_3a_statistics *me) in ia_css_isp_3a_statistics_free() 2223 ia_css_metadata_free(struct ia_css_metadata *me) in ia_css_metadata_free() 2885 struct ia_css_host_data *me; in convert_allocate_morph_plane() local [all …]
|
/linux-6.14.4/arch/sparc/kernel/ |
D | leon_smp.c | 63 unsigned long val) in do_swap() 111 int me = smp_processor_id(); in leon_configure_cache_smp() local 161 int me = smp_processor_id(); in leon_boot_cpus() local
|
/linux-6.14.4/arch/powerpc/lib/ |
D | sstep.c | 73 unsigned long val) in truncate_if_32bit() 440 __write_mem_aligned(unsigned long val, unsigned long ea, int nb, struct pt_regs *regs) in __write_mem_aligned() 466 write_mem_aligned(unsigned long val, unsigned long ea, int nb, struct pt_regs *regs) in write_mem_aligned() 540 static nokprobe_inline int write_mem_unaligned(unsigned long val, in write_mem_unaligned() 559 static int write_mem(unsigned long val, unsigned long ea, int nb, in write_mem() 841 u32 val = reg->w[IS_LE ? 3 : 0]; in emulate_vsx_load() local 1139 long val = op->val; in set_cr0() local 1153 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32() 1168 unsigned long val = val1 + val2; in add_with_carry() local 1328 #define MASK32(mb, me) ((0xffffffffUL >> (mb)) + \ argument [all …]
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | module_32.c | 123 struct module *me) in module_frob_arch_sections() 147 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val) in entry_matches() 158 Elf32_Addr val, in do_plt_call()
|
/linux-6.14.4/tools/perf/tests/ |
D | parse-metric.c | 18 u64 val; member 52 struct metric_event *me; in compute_single() local
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | si_dma.c | 49 u32 me = (ring == &adev->sdma.instance[0].ring) ? 0 : 1; in si_dma_ring_get_wptr() local 57 u32 me = (ring == &adev->sdma.instance[0].ring) ? 0 : 1; in si_dma_ring_set_wptr() local 453 uint32_t reg, uint32_t val) in si_dma_ring_emit_wreg()
|
D | amdgpu_gfx.c | 78 int me, int pipe, int queue) in amdgpu_gfx_me_queue_to_bit() 91 int me, int pipe, int queue) in amdgpu_gfx_is_me_queue_enabled() 177 int me = ring->me; in amdgpu_gfx_is_high_priority_graphics_queue() local 2122 static int amdgpu_debugfs_gfx_sched_mask_set(void *data, u64 val) in amdgpu_debugfs_gfx_sched_mask_set() 2148 static int amdgpu_debugfs_gfx_sched_mask_get(void *data, u64 *val) in amdgpu_debugfs_gfx_sched_mask_get() 2192 static int amdgpu_debugfs_compute_sched_mask_set(void *data, u64 val) in amdgpu_debugfs_compute_sched_mask_set() 2219 static int amdgpu_debugfs_compute_sched_mask_get(void *data, u64 *val) in amdgpu_debugfs_compute_sched_mask_get()
|
D | soc24.c | 103 u32 me, u32 pipe, u32 queue, u32 vmid) in soc24_grbm_select() 141 uint32_t val; in soc24_read_indexed_register() local
|
D | gfx_v12_0.c | 264 uint32_t me = 0, eng_sel = 0; in gfx_v12_0_kiq_map_queues() local 863 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v12_0_select_me_pipe_q() 899 int me, int pipe, int queue) in gfx_v12_0_gfx_ring_init() 1743 int me, int pipe) in gfx_v12_0_get_cpg_int_cntl() 1757 int me, int pipe) in gfx_v12_0_get_cpc_int_cntl() 4612 uint32_t val) in gfx_v12_0_ring_emit_wreg() 4635 uint32_t val, uint32_t mask) in gfx_v12_0_ring_emit_reg_wait() 4667 uint32_t me, uint32_t pipe, in gfx_v12_0_set_gfx_eop_interrupt_state() 4709 int me, int pipe, in gfx_v12_0_set_compute_eop_interrupt_state()
|
D | gfx_v11_0.c | 320 uint32_t me = 0, eng_sel = 0; in gfx11_kiq_map_queues() local 459 bool wc, uint32_t reg, uint32_t val) in gfx_v11_0_write_data_to_reg() 1029 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v11_0_select_me_pipe_q() 1105 int me, int pipe, int queue) in gfx_v11_0_gfx_ring_init() 2046 int me, int pipe) in gfx_v11_0_get_cpg_int_cntl() 2062 int me, int pipe) in gfx_v11_0_get_cpc_int_cntl() 4813 u32 i, tmp, val; in gfx_v11_0_request_gfx_index_mutex() local 6112 uint32_t val) in gfx_v11_0_ring_emit_wreg() 6135 uint32_t val, uint32_t mask) in gfx_v11_0_ring_emit_reg_wait() 6167 uint32_t me, uint32_t pipe, in gfx_v11_0_set_gfx_eop_interrupt_state() [all …]
|
D | soc21.c | 239 u32 me, u32 pipe, u32 queue, u32 vmid) in soc21_grbm_select() 281 uint32_t val; in soc21_read_indexed_register() local
|
D | nv.c | 318 u32 me, u32 pipe, u32 queue, u32 vmid) in nv_grbm_select() 360 uint32_t val; in nv_read_indexed_register() local
|
D | gfx_v10_0.c | 3920 bool wc, uint32_t reg, uint32_t val) in gfx_v10_0_write_data_to_reg() 4494 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v10_0_select_me_pipe_q() 4596 int me, int pipe, int queue) in gfx_v10_0_gfx_ring_init() 5270 int me, int pipe) in gfx_v10_0_get_cpg_int_cntl() 5286 int me, int pipe) in gfx_v10_0_get_cpc_int_cntl() 8941 uint32_t val) in gfx_v10_0_ring_emit_wreg() 8964 uint32_t val, uint32_t mask) in gfx_v10_0_ring_emit_reg_wait() 9004 uint32_t me, uint32_t pipe, in gfx_v10_0_set_gfx_eop_interrupt_state() 9045 int me, int pipe, in gfx_v10_0_set_compute_eop_interrupt_state()
|
D | gfx_v9_0.c | 1134 bool wc, uint32_t reg, uint32_t val) in gfx_v9_0_write_data_to_reg() 1995 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v9_0_select_me_pipe_q() 5922 uint32_t val) in gfx_v9_0_ring_emit_wreg() 5945 uint32_t val, uint32_t mask) in gfx_v9_0_ring_emit_reg_wait() 5997 int me, int pipe, in gfx_v9_0_set_compute_eop_interrupt_state() 6050 int me, int pipe) in gfx_v9_0_get_cpc_int_cntl() 6165 #define ENABLE_ECC_ON_ME_PIPE(me, pipe) \ argument 6169 #define DISABLE_ECC_ON_ME_PIPE(me, pipe) \ argument 7153 uint32_t val; in gfx_v9_0_emit_wave_limit_cs() local 7183 uint32_t val; in gfx_v9_0_emit_wave_limit() local
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
D | pipeline.c | 156 bool ia_css_pipeline_get_sp_thread_id(unsigned int key, unsigned int *val) in ia_css_pipeline_get_sp_thread_id() 716 ia_css_pipeline_configure_inout_port(struct ia_css_pipeline *me, in ia_css_pipeline_configure_inout_port()
|
/linux-6.14.4/drivers/media/platform/ti/omap3isp/ |
D | ispccp2.c | 55 #define BIT_SET(var, shift, mask, val) \ argument 211 u32 val; in ccp2_phyif_config() local 256 u32 val; in ccp2_vp_config() local 289 u32 val, format; in ccp2_lcx_config() local 441 u32 val, hwords; in ccp2_mem_configure() local 1071 struct media_entity *me = &sd->entity; in ccp2_init_entities() local
|
/linux-6.14.4/arch/sh/kernel/ |
D | dwarf.c | 130 u32 val = get_unaligned(src); in dwarf_read_addr() local 223 static int dwarf_read_encoded_value(char *addr, unsigned long *val, in dwarf_read_encoded_value() 1090 struct module *me) in module_dwarf_finalize()
|
/linux-6.14.4/virt/kvm/ |
D | kvm_main.c | 251 int i, me; in kvm_make_vcpus_request_mask() local 278 int me; in kvm_make_all_cpus_request() local 3500 unsigned int old, val, grow, grow_start; in grow_halt_poll_ns() local 3519 unsigned int old, val, shrink, grow_start; in shrink_halt_poll_ns() local 3730 int me, cpu; in kvm_vcpu_kick() local 3867 void kvm_vcpu_on_spin(struct kvm_vcpu *me, bool yield_to_kernel_mode) in kvm_vcpu_on_spin() 4026 static int vcpu_get_pid(void *data, u64 *val) in vcpu_get_pid() 5745 struct kvm_io_range *range, const void *val) in __kvm_io_bus_write() 5766 int len, const void *val) in kvm_io_bus_write() 5787 gpa_t addr, int len, const void *val, long cookie) in kvm_io_bus_write_cookie() [all …]
|