Home
last modified time | relevance | path

Searched refs:npg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c574 unsigned long pfn, unsigned long npg, in static_protections() argument
588 end = start + npg * PAGE_SIZE - 1; in static_protections()
600 if (lpsize != (npg * PAGE_SIZE) || (start & (lpsize - 1))) { in static_protections()
607 res = protect_pci_bios(pfn, pfn + npg - 1); in static_protections()
611 res = protect_rodata(pfn, pfn + npg - 1); in static_protections()
622 unsigned long pfn, unsigned long npg, in verify_rwx() argument
649 end = start + npg * PAGE_SIZE - 1; in verify_rwx()
1042 unsigned int npg = PFN_DOWN(size); in split_set_pte() local
1053 prot = static_protections(ref_prot, address, pfn, npg, 0, CPA_PROTECT); in split_set_pte()
/openbmc/linux/fs/nfs/blocklayout/
H A Dblocklayout.c124 do_add_page_to_bio(struct bio *bio, int npg, enum req_op op, sector_t isect, in do_add_page_to_bio() argument
134 npg, (__force u32)op, (unsigned long long)isect, offset, *len); in do_add_page_to_bio()
157 bio = bio_alloc(map->bdev, bio_max_segs(npg), op, GFP_NOIO); in do_add_page_to_bio()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c2752 unsigned int psz, esz, idx, npg, gpsz; in allocate_vpe_l2_table() local
2768 npg = FIELD_GET(GICR_VPROPBASER_4_1_SIZE, val) + 1; in allocate_vpe_l2_table()
2787 return (id < (npg * psz / (esz * SZ_8))); in allocate_vpe_l2_table()
2791 if (idx >= (npg * psz / GITS_LVL1_ENTRY_SIZE)) in allocate_vpe_l2_table()
2822 u64 val, gpsz, npg, pa; in allocate_vpe_l1_table() local
2905 npg = DIV_ROUND_UP(nl2 * SZ_8, psz); in allocate_vpe_l1_table()
2907 npg = 1; in allocate_vpe_l1_table()
2910 val |= FIELD_PREP(GICR_VPROPBASER_4_1_SIZE, npg - 1); in allocate_vpe_l1_table()
2913 np = DIV_ROUND_UP(npg * psz, PAGE_SIZE); in allocate_vpe_l1_table()
2916 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h1045 static inline unsigned long pages_to_mb(unsigned long npg) in pages_to_mb() argument
1047 return npg >> (20 - PAGE_SHIFT); in pages_to_mb()