/openbmc/linux/arch/sh/mm/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A 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()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | fill_link_info.c | 36 ssize_t offset, ssize_t entry_offset) in verify_perf_link_info() argument 63 ASSERT_EQ(info.perf_event.kprobe.addr, addr + entry_offset, in verify_perf_link_info() 154 ssize_t entry_offset = 0; in test_kprobe_fill_link_info() local 166 entry_offset = 4; in test_kprobe_fill_link_info() 170 entry_offset = 4; in test_kprobe_fill_link_info() 171 err = verify_perf_link_info(link_fd, type, kprobe_addr, 0, entry_offset); in test_kprobe_fill_link_info()
|
/openbmc/linux/sound/firewire/dice/ |
H A 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()
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 609 size_t entry_offset = field->start; in get_qtailq() local 632 QTAILQ_RAW_INSERT_TAIL(pv, elm, entry_offset); in get_qtailq() 645 size_t entry_offset = field->start; in put_qtailq() local 651 QTAILQ_RAW_FOREACH(elm, pv, entry_offset) { in put_qtailq() 827 size_t entry_offset = field->start; in put_qlist() local 832 QLIST_RAW_FOREACH(elm, pv, entry_offset) { in put_qlist() 855 size_t entry_offset = field->start; in get_qlist() local 879 QLIST_RAW_INSERT_HEAD(pv, elm, entry_offset); in get_qlist() 881 QLIST_RAW_INSERT_AFTER(pv, prev, elm, entry_offset); in get_qlist()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 396 size_t entry_offset; in extract_kernel() local 503 entry_offset = decompress_kernel(output, virt_addr, error); in extract_kernel() 505 debug_putstr("done.\nBooting the kernel (entry_offset: 0x"); in extract_kernel() 506 debug_puthex(entry_offset); in extract_kernel() 512 return output + entry_offset; in extract_kernel()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A 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()
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 274 entry_offset = offset + UINT64_S * (guest % l2_size) 281 return ['>Q', entry_offset, entry_val, 'l2_entry'] 286 entry_offset = l1_offset + UINT64_S * (guest // l2_size) 289 return ['>Q', entry_offset, entry_val, 'l1_entry'] 409 entry_offset = offset + entry_size * (cluster % block_size) 411 return ['>H', entry_offset, 1, 'refcount_block_entry']
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | pgtable.py | 61 entry_offset = ((translating_va >> start_bit(level)) & 511) * 8 62 entry_va = _page_offset_base() + phys_addr + entry_offset
|
/openbmc/u-boot/tools/ |
H A D | socfpgaimage.c | 82 uint32_t entry_offset; member 138 .entry_offset = cpu_to_le32(0x14), /* Trampoline offset */ in sfp_build_header()
|
/openbmc/linux/mm/ |
H A D | zswap.c | 319 pgoff_t entry_offset; in zswap_rb_search() local 323 entry_offset = swp_offset(entry->swpentry); in zswap_rb_search() 324 if (entry_offset > offset) in zswap_rb_search() 326 else if (entry_offset < offset) in zswap_rb_search() 343 pgoff_t myentry_offset, entry_offset = swp_offset(entry->swpentry); in zswap_rb_insert() local 349 if (myentry_offset > entry_offset) in zswap_rb_insert() 351 else if (myentry_offset < entry_offset) in zswap_rb_insert()
|
H A D | swap_state.c | 624 unsigned long entry_offset = swp_offset(entry); in swap_cluster_readahead() local 625 unsigned long offset = entry_offset; in swap_cluster_readahead() 657 if (offset != entry_offset) { in swap_cluster_readahead()
|
/openbmc/linux/arch/s390/kernel/ |
H A 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()
|
/openbmc/qemu/block/ |
H A D | blklogwrites.c | 375 const uint64_t entry_offset = entry_start_sector << s->sectorbits; in blk_log_writes_co_do_log() local 391 lr->log_ret = bdrv_co_pwritev(s->log_file, entry_offset, lr->qiov->size, in blk_log_writes_co_do_log() 396 const uint64_t zeroes_offset = entry_offset + qiov_aligned_size; in blk_log_writes_co_do_log()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A 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()
|
/openbmc/linux/fs/nilfs2/ |
H A 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()
|
/openbmc/linux/drivers/soc/qcom/ |
H A 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()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A 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()
|
H A 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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sgx.h | 230 u64 entry_offset; member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.h | 14 __le32 entry_offset; member
|
/openbmc/linux/net/ipv6/netfilter/ |
H A 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()
|
/openbmc/linux/net/bridge/netfilter/ |
H A 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()
|