Home
last modified time | relevance | path

Searched refs:pgidx (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/dma-buf/
H A Dudmabuf.c208 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; in udmabuf_create() local
256 for (pgidx = 0; pgidx < pgcnt; pgidx++) { in udmabuf_create()
257 page = shmem_read_mapping_page(mapping, pgoff + pgidx); in udmabuf_create()
/openbmc/linux/fs/ceph/
H A Dcrypto.c552 int pgidx = blkoff >> PAGE_SHIFT; in ceph_fscrypt_decrypt_pages() local
556 fret = ceph_fscrypt_decrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_decrypt_pages()
602 int pgidx = pgsoff >> PAGE_SHIFT; in ceph_fscrypt_decrypt_extents() local
610 fret = ceph_fscrypt_decrypt_pages(inode, &page[pgidx], in ceph_fscrypt_decrypt_extents()
656 int pgidx = blkoff >> PAGE_SHIFT; in ceph_fscrypt_encrypt_pages() local
660 fret = ceph_fscrypt_encrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_encrypt_pages()
/openbmc/qemu/target/ppc/
H A Dmmu-hash32.c260 uint32_t vsid, pgidx, ptem; in ppc_hash32_htab_lookup() local
263 pgidx = (eaddr & ~SEGMENT_MASK_256M) >> TARGET_PAGE_BITS; in ppc_hash32_htab_lookup()
264 hash = vsid ^ pgidx; in ppc_hash32_htab_lookup()
265 ptem = (vsid << 7) | (pgidx >> 10); in ppc_hash32_htab_lookup()
H A Dmmu_common.c268 target_ulong vsid, sr, pgidx, ptem; in mmu6xx_get_physical_address() local
293 pgidx = (eaddr & ~SEGMENT_MASK_256M) >> TARGET_PAGE_BITS; in mmu6xx_get_physical_address()
294 hash = vsid ^ pgidx; in mmu6xx_get_physical_address()
295 ptem = (vsid << 7) | (pgidx >> 10); /* Virtual segment ID | API */ in mmu6xx_get_physical_address()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c101 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
163 rbdr->pgidx++; in nicvf_alloc_page()
164 rbdr->pgidx &= (rbdr->pgcnt - 1); in nicvf_alloc_page()
167 next = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
296 rbdr->pgidx = 0; in nicvf_init_rbdr()
H A Dnicvf_queues.h233 int pgidx; member
/openbmc/linux/fs/f2fs/
H A Dcompress.c847 unsigned long pgidx = pages[index]->index; in f2fs_all_cluster_page_ready() local
854 if (uptodate && (pgidx % cc->cluster_size)) in f2fs_all_cluster_page_ready()
861 if (pages[index + i]->index != pgidx + i) in f2fs_all_cluster_page_ready()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c117 u32 pgidx; /* index to start of contiguous region */ member
977 list[i].pgidx = i; in fastrpc_get_args()
1043 list[i].pgidx = i; in fastrpc_get_args()