Searched refs:npg (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/mm/pat/ |
| A D | set_memory.c | 574 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() 1045 unsigned int npg = PFN_DOWN(size); in split_set_pte() local 1056 prot = static_protections(ref_prot, address, pfn, npg, 0, CPA_PROTECT); in split_set_pte()
|
| /linux/fs/nfs/blocklayout/ |
| A D | blocklayout.c | 124 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()
|
| /linux/drivers/irqchip/ |
| A D | irq-gic-v3-its.c | 2747 unsigned int psz, esz, idx, npg, gpsz; in allocate_vpe_l2_table() local 2763 npg = FIELD_GET(GICR_VPROPBASER_4_1_SIZE, val) + 1; in allocate_vpe_l2_table() 2782 return (id < (npg * psz / (esz * SZ_8))); in allocate_vpe_l2_table() 2786 if (idx >= (npg * psz / GITS_LVL1_ENTRY_SIZE)) in allocate_vpe_l2_table() 2817 u64 val, gpsz, npg, pa; in allocate_vpe_l1_table() local 2900 npg = DIV_ROUND_UP(nl2 * SZ_8, psz); in allocate_vpe_l1_table() 2902 npg = 1; in allocate_vpe_l1_table() 2905 val |= FIELD_PREP(GICR_VPROPBASER_4_1_SIZE, npg - 1); in allocate_vpe_l1_table() 2908 np = DIV_ROUND_UP(npg * psz, PAGE_SIZE); in allocate_vpe_l1_table() 2911 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
|
| /linux/arch/x86/include/asm/ |
| A D | pgtable.h | 1105 static inline unsigned long pages_to_mb(unsigned long npg) in pages_to_mb() argument 1107 return npg >> (20 - PAGE_SHIFT); in pages_to_mb()
|
Completed in 30 milliseconds