Home
last modified time | relevance | path

Searched refs:entry_offset (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/sh/mm/
Dcache-sh4.c151 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-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpower_budget.c107 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-v4.19/sound/firewire/dice/
Ddice-extension.c65 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-v4.19/arch/s390/kernel/
Ddebug.c508 size_t entry_offset; in debug_output() local
516 entry_offset = p_info->act_entry_offset; in debug_output()
524 formatted_line_residue = formatted_line_size - entry_offset; in debug_output()
529 + entry_offset, copy_size)) in debug_output()
532 entry_offset += copy_size; in debug_output()
535 entry_offset = 0; in debug_output()
542 p_info->act_entry_offset = entry_offset; in debug_output()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c1290 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-v4.19/mm/
Dswap_state.c570 unsigned long entry_offset = swp_offset(entry); in swap_cluster_readahead() local
571 unsigned long offset = entry_offset; in swap_cluster_readahead()
603 if (offset != entry_offset) { in swap_cluster_readahead()
/Linux-v4.19/fs/nilfs2/
Dalloc.c364 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-v4.19/net/ipv4/netfilter/
Darp_tables.c734 unsigned int entry_offset; in compat_calc_entry() local
738 entry_offset = (void *)e - base; in compat_calc_entry()
743 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
1074 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1095 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1108 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
Dip_tables.c899 unsigned int entry_offset; in compat_calc_entry() local
903 entry_offset = (void *)e - base; in compat_calc_entry()
909 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry()
1298 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1320 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1340 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_tmpl.h15 uint32_t entry_offset; member
Dqla_tmpl.c849 struct qla27xx_fwdt_entry *ent = (void *)tmp + tmp->entry_offset; in qla27xx_walk_template()
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c915 unsigned int entry_offset; in compat_calc_entry() local
919 entry_offset = (void *)e - base; in compat_calc_entry()
925 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry()
1314 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1336 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1356 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uncore.c1670 u32 entry_offset = i915_mmio_reg_offset(entry->offset_ldw); in i915_reg_read_ioctl() local
1674 GEM_BUG_ON(entry_offset & (entry->size - 1)); in i915_reg_read_ioctl()
1677 entry_offset == (reg->offset & -entry->size)) in i915_reg_read_ioctl()
/Linux-v4.19/net/bridge/netfilter/
Debtables.c1796 unsigned int entry_offset; in compat_calc_entry() local
1803 entry_offset = (void *)e - base; in compat_calc_entry()
1815 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()