/linux-6.1.9/arch/sh/mm/ |
D | cache-sh4.c | 151 unsigned long addr, end_addr, entry_offset; in flush_dcache_all() local 158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all() 161 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 162 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 163 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 164 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 165 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 166 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 167 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 168 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | power_budget.c | 107 u32 entry_offset; in nvbios_power_budget_entry() local 113 entry_offset = budget->offset + budget->hlen + idx * budget->elen; in nvbios_power_budget_entry() 116 entry->min_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry() 117 entry->avg_w = nvbios_rd32(bios, entry_offset + 0x6); in nvbios_power_budget_entry() 118 entry->max_w = nvbios_rd32(bios, entry_offset + 0xa); in nvbios_power_budget_entry() 121 entry->max_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry()
|
/linux-6.1.9/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.1.9/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.1.9/arch/s390/kernel/ |
D | debug.c | 461 size_t entry_offset; in debug_output() local 469 entry_offset = p_info->act_entry_offset; in debug_output() 477 formatted_line_residue = formatted_line_size - entry_offset; in debug_output() 482 + entry_offset, copy_size)) in debug_output() 485 entry_offset += copy_size; in debug_output() 488 entry_offset = 0; in debug_output() 495 p_info->act_entry_offset = entry_offset; in debug_output()
|
/linux-6.1.9/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.1.9/drivers/soc/qcom/ |
D | smem.c | 512 u64 entry_offset; in qcom_smem_get_global() local 529 entry_offset = le32_to_cpu(entry->offset); in qcom_smem_get_global() 531 if (WARN_ON(e_size + entry_offset > region->size)) in qcom_smem_get_global() 537 return region->virt_base + entry_offset; in qcom_smem_get_global()
|
/linux-6.1.9/fs/nilfs2/ |
D | alloc.c | 364 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local 367 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry() 370 entry_offset * NILFS_MDT(inode)->mi_entry_size; in nilfs_palloc_block_get_entry()
|
/linux-6.1.9/mm/ |
D | swap_state.c | 614 unsigned long entry_offset = swp_offset(entry); in swap_cluster_readahead() local 615 unsigned long offset = entry_offset; in swap_cluster_readahead() 648 if (offset != entry_offset) { in swap_cluster_readahead()
|
/linux-6.1.9/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() 1078 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1099 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1112 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
|
D | ip_tables.c | 897 unsigned int entry_offset; in compat_calc_entry() local 901 entry_offset = (void *)e - base; in compat_calc_entry() 907 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry() 1294 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1316 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1336 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | sgx.h | 211 u64 entry_offset; member
|
/linux-6.1.9/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.1.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 913 unsigned int entry_offset; in compat_calc_entry() local 917 entry_offset = (void *)e - base; in compat_calc_entry() 923 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry() 1310 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1332 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1352 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-6.1.9/net/bridge/netfilter/ |
D | ebtables.c | 1783 unsigned int entry_offset; in compat_calc_entry() local 1790 entry_offset = (void *)e - base; in compat_calc_entry() 1802 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()
|