Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/mm/
Dswap_state.c454 unsigned long entry_offset = swp_offset(entry); in swapin_readahead() local
455 unsigned long offset = entry_offset; in swapin_readahead()
477 if (offset != entry_offset) in swapin_readahead()
/linux-4.1.27/arch/s390/kernel/
Ddebug.c535 size_t entry_offset; in debug_output() local
543 entry_offset = p_info->act_entry_offset; in debug_output()
551 formatted_line_residue = formatted_line_size - entry_offset; in debug_output()
556 + entry_offset, copy_size)) in debug_output()
559 entry_offset += copy_size; in debug_output()
562 entry_offset = 0; in debug_output()
569 p_info->act_entry_offset = entry_offset; in debug_output()
/linux-4.1.27/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-4.1.27/fs/nilfs2/
Dalloc.c324 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local
327 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry()
330 entry_offset * NILFS_MDT(inode)->mi_entry_size; in nilfs_palloc_block_get_entry()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_tmpl.h15 uint32_t entry_offset; member
Dqla_tmpl.c784 struct qla27xx_fwdt_entry *ent = (void *)tmp + tmp->entry_offset; in qla27xx_walk_template()
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c838 unsigned int entry_offset; in compat_calc_entry() local
842 entry_offset = (void *)e - base; in compat_calc_entry()
847 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
1224 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1247 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1262 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
Dip_tables.c1025 unsigned int entry_offset; in compat_calc_entry() local
1029 entry_offset = (void *)e - base; in compat_calc_entry()
1035 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry()
1489 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1513 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1536 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c1038 unsigned int entry_offset; in compat_calc_entry() local
1042 entry_offset = (void *)e - base; in compat_calc_entry()
1048 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry()
1504 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1528 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1551 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
/linux-4.1.27/net/bridge/netfilter/
Debtables.c1744 unsigned int entry_offset; in compat_calc_entry() local
1751 entry_offset = (void *)e - base; in compat_calc_entry()
1763 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()