| /linux/fs/isofs/ |
| H A D | compress.c | 42 struct page **pages, unsigned poffset, in zisofs_uncompress_block() argument 123 + poffset; in zisofs_uncompress_block() 124 stream.avail_out = PAGE_SIZE - poffset; in zisofs_uncompress_block() 125 poffset = 0; in zisofs_uncompress_block() 214 loff_t poffset = 0; in zisofs_fill_pages() local 268 pcount, pages, poffset, &err); in zisofs_fill_pages() 269 poffset += ret; in zisofs_fill_pages() 270 pages += poffset >> PAGE_SHIFT; in zisofs_fill_pages() 271 pcount -= poffset >> PAGE_SHIFT; in zisofs_fill_pages() 272 full_page -= poffset >> PAGE_SHIFT; in zisofs_fill_pages() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | module.c | 30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument 43 g->got_offset = *poffset; in process_reloc_for_got() 44 *poffset += 8; in process_reloc_for_got() 52 g->got_offset = *poffset; in process_reloc_for_got() 53 *poffset += 8; in process_reloc_for_got()
|
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 402 int *poffset) in fdt_get_property_namelen_() argument 416 if (poffset) in fdt_get_property_namelen_() 417 *poffset = offset; in fdt_get_property_namelen_() 457 int poffset; in fdt_getprop_namelen() local 461 &poffset); in fdt_getprop_namelen() 467 (poffset + sizeof(*prop)) % 8 && fdt32_ld_(&prop->len) >= 8) in fdt_getprop_namelen()
|
| /linux/tools/perf/util/ |
| H A D | dwarf-aux.h | 166 int *poffset, bool is_fbreg, 180 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
|
| H A D | dwarf-aux.c | 1532 int *poffset, bool is_fbreg, in die_find_variable_by_reg() argument 1538 .offset = *poffset, in die_find_variable_by_reg() 1545 *poffset = data.offset; in die_find_variable_by_reg() 1748 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset) in die_get_cfa() argument 1763 *poffset = offset_from_dwarf_op(ops); in die_get_cfa()
|
| /linux/arch/arm64/kernel/ |
| H A D | compat_alignment.c | 234 union offset_union *poffset) in do_alignment_t32_to_handler() argument 267 poffset->un = (tinst2 & 0xff) << 2; in do_alignment_t32_to_handler()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | si2165.c | 286 const u8 *data, u32 len, u32 *poffset, in si2165_upload_firmware_block() argument 293 u32 offset = poffset ? *poffset : 0; in si2165_upload_firmware_block() 349 if (poffset) in si2165_upload_firmware_block() 350 *poffset = offset; in si2165_upload_firmware_block()
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 429 #define get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatil… argument 430 get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatilep)
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_vram.c | 156 static int get_flat_ccs_offset(struct xe_gt *gt, u64 tile_size, u64 *poffset) in get_flat_ccs_offset() argument 197 *poffset = offset; in get_flat_ccs_offset()
|
| /linux/include/kvm/ |
| H A D | arm_arch_timer.h | 47 u64 poffset; member
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | sdio_ops.c | 92 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdevice_id, u16 *poffset) in _cvrt2ftaddr() argument 126 if (poffset) in _cvrt2ftaddr() 127 *poffset = offset; in _cvrt2ftaddr()
|
| /linux/arch/arm/mm/ |
| H A D | alignment.c | 720 union offset_union *poffset) in do_alignment_t32_to_handler() argument 753 poffset->un = (tinst2 & 0xff) << 2; in do_alignment_t32_to_handler()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A D | topaz_pcie.c | 619 u32 poffset; in qtnf_topaz_rx_poll() local 634 poffset = QTN_GET_OFFSET(descw); in qtnf_topaz_rx_poll() 661 skb_reserve(skb, poffset); in qtnf_topaz_rx_poll()
|
| /linux/arch/arm64/kvm/ |
| H A D | arch_timer.c | 1031 offs->vm_offset = &vcpu->kvm->arch.timer_data.poffset; in kvm_timer_vcpu_reset() 1062 ctxt->offset.vm_offset = &kvm->arch.timer_data.poffset; in timer_context_init() 1702 kvm->arch.timer_data.poffset = offset->counter_offset; in kvm_vm_ioctl_set_counter_offset()
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 908 size_t *poffset, u64 *plen) in iomap_write_begin() argument 972 pos = iomap_trim_folio_range(iter, folio, poffset, &len); in iomap_write_begin()
|
| /linux/net/core/ |
| H A D | filter.c | 2658 u32 len = 0, offset = 0, copy = 0, poffset = 0, bytes = end - start; in BPF_CALL_4() local 2720 to = raw + poffset; in BPF_CALL_4() 2723 poffset += len; in BPF_CALL_4()
|