/linux-6.12.1/arch/sh/mm/ |
D | cache-sh4.c | 161 unsigned long addr, end_addr, entry_offset; in flush_dcache_all() local 168 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all() 171 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 172 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 173 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 174 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 175 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 176 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 177 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 178 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | power_budget.c | 106 u32 entry_offset; in nvbios_power_budget_entry() local 112 entry_offset = budget->offset + budget->hlen + idx * budget->elen; in nvbios_power_budget_entry() 115 entry->min_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry() 116 entry->avg_w = nvbios_rd32(bios, entry_offset + 0x6); in nvbios_power_budget_entry() 117 entry->max_w = nvbios_rd32(bios, entry_offset + 0xa); in nvbios_power_budget_entry() 120 entry->max_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_ioctl.c | 55 u32 entry_offset = i915_mmio_reg_offset(entry->offset_ldw); in i915_reg_read_ioctl() local 59 GEM_BUG_ON(entry_offset & (entry->size - 1)); in i915_reg_read_ioctl() 62 entry_offset == (reg->offset & -entry->size)) in i915_reg_read_ioctl()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | unwind_prologue.c | 30 static inline bool scan_handlers(unsigned long entry_offset) in scan_handlers() argument 34 if (entry_offset >= EXCCODE_INT_START * VECSIZE) in scan_handlers() 37 idx = entry_offset / VECSIZE; in scan_handlers() 38 offset = entry_offset % VECSIZE; in scan_handlers()
|
/linux-6.12.1/sound/firewire/dice/ |
D | dice-extension.c | 65 u32 entry_offset; in read_stream_entries() local 71 entry_offset = base_offset + i * EXT_APP_STREAM_ENTRY_SIZE; in read_stream_entries() 73 entry_offset + EXT_APP_NUMBER_AUDIO, in read_stream_entries()
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | misc.c | 410 size_t entry_offset; in extract_kernel() local 517 entry_offset = decompress_kernel(output, virt_addr, error); in extract_kernel() 520 debug_puthex(entry_offset); in extract_kernel() 532 return output + entry_offset; in extract_kernel()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_huc_fw.c | 125 static inline u32 entry_offset(const struct intel_gsc_cpd_entry *entry) in entry_offset() function 221 data + entry_offset(entry)); in intel_huc_fw_get_binary_info() 224 u32 offset = entry_offset(entry); in intel_huc_fw_get_binary_info()
|
/linux-6.12.1/net/batman-adv/ |
D | multicast_forw.c | 115 size_t entry_offset) in batadv_mcast_forw_orig_entry() argument 118 switch (entry_offset) { in batadv_mcast_forw_orig_entry() 129 return (struct batadv_orig_node *)((void *)node - entry_offset); in batadv_mcast_forw_orig_entry() 194 size_t entry_offset, in batadv_mcast_forw_push_dests_list() argument 203 orig_node = batadv_mcast_forw_orig_entry(node, entry_offset); in batadv_mcast_forw_push_dests_list()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | fill_link_info.c | 38 ssize_t offset, ssize_t entry_offset) in verify_perf_link_info() argument 65 ASSERT_EQ(info.perf_event.kprobe.addr, addr + entry_offset, in verify_perf_link_info() 161 ssize_t entry_offset = 0; in test_kprobe_fill_link_info() local 173 entry_offset = 4; in test_kprobe_fill_link_info() 174 err = verify_perf_link_info(link_fd, type, kprobe_addr, 0, entry_offset); in test_kprobe_fill_link_info()
|
/linux-6.12.1/scripts/gdb/linux/ |
D | pgtable.py | 61 entry_offset = ((translating_va >> start_bit(level)) & 511) * 8 62 entry_va = _page_offset_base() + phys_addr + entry_offset
|
/linux-6.12.1/arch/s390/kernel/ |
D | debug.c | 460 size_t entry_offset; in debug_output() local 468 entry_offset = p_info->act_entry_offset; in debug_output() 476 formatted_line_residue = formatted_line_size - entry_offset; in debug_output() 481 + entry_offset, copy_size)) in debug_output() 484 entry_offset += copy_size; in debug_output() 487 entry_offset = 0; in debug_output() 494 p_info->act_entry_offset = entry_offset; in debug_output()
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 1290 u32 entry_offset, dump, no_entries, buf_offset = 0; in qlcnic_dump_fw() local 1335 entry_offset = fw_dump->offset; in qlcnic_dump_fw() 1352 entry = tmpl_hdr + entry_offset; in qlcnic_dump_fw() 1355 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1371 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1379 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1384 entry_offset += entry->hdr.offset; in qlcnic_dump_fw()
|
/linux-6.12.1/mm/ |
D | swap_state.c | 660 unsigned long entry_offset = swp_offset(entry); in swap_cluster_readahead() local 661 unsigned long offset = entry_offset; in swap_cluster_readahead() 691 if (offset != entry_offset) { in swap_cluster_readahead()
|
/linux-6.12.1/fs/nilfs2/ |
D | alloc.c | 365 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local 368 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry() 371 entry_offset * NILFS_MDT(inode)->mi_entry_size; in nilfs_palloc_block_get_entry()
|
/linux-6.12.1/drivers/soc/qcom/ |
D | smem.c | 550 u64 entry_offset; in qcom_smem_get_global() local 567 entry_offset = le32_to_cpu(entry->offset); in qcom_smem_get_global() 569 if (WARN_ON(e_size + entry_offset > region->size)) in qcom_smem_get_global() 575 return region->virt_base + entry_offset; in qcom_smem_get_global()
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | arp_tables.c | 741 unsigned int entry_offset; in compat_calc_entry() local 745 entry_offset = (void *)e - base; in compat_calc_entry() 750 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 1082 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1103 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1116 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
|
D | ip_tables.c | 895 unsigned int entry_offset; in compat_calc_entry() local 899 entry_offset = (void *)e - base; in compat_calc_entry() 905 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry() 1295 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1317 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1337 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | sgx.h | 230 u64 entry_offset; member
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_tmpl.h | 14 __le32 entry_offset; member
|
D | qla_tmpl.c | 842 le32_to_cpu(tmp->entry_offset); in qla27xx_walk_template()
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | ip6_tables.c | 911 unsigned int entry_offset; in compat_calc_entry() local 915 entry_offset = (void *)e - base; in compat_calc_entry() 921 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry() 1311 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1333 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1353 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_uc_fw.c | 443 static u32 entry_offset(const struct gsc_cpd_header_v2 *header, const char *name) in entry_offset() function 487 offset = entry_offset(header, manifest_entry); in parse_cpd_header() 524 offset = entry_offset(header, css_entry); in parse_cpd_header()
|
/linux-6.12.1/net/bridge/netfilter/ |
D | ebtables.c | 1787 unsigned int entry_offset; in compat_calc_entry() local 1794 entry_offset = (void *)e - base; in compat_calc_entry() 1806 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()
|