Searched refs:PG_SHIFT (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/mips64/include/
H A Dpte.h114 #define PG_FRAME ((1ULL << PG_FRAMEBITS) - (1ULL << PG_SHIFT))
115 #define PG_SHIFT 6 macro
144 #define pfn_to_pad(pa) ((((paddr_t)pa) & PG_FRAME) << PG_SHIFT)
145 #define vad_to_pfn(va) (((va) >> PG_SHIFT) & PG_FRAME)
/openbsd-current/sys/arch/m88k/include/
H A Dmmu.h64 #define PG_SHIFT PG_BITS macro
65 #define PG_PFNUM(x) (((x) & PG_FRAME) >> PG_SHIFT)
/openbsd-current/sys/arch/alpha/include/
H A Dpte.h102 #define PG_SHIFT 32 macro
/openbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c775 (i*PAGE_SIZE)) >> PGSHIFT) << PG_SHIFT;
783 << PG_SHIFT;
794 (i*PAGE_SIZE)) >> PGSHIFT) << PG_SHIFT;
1717 npte = ((pa >> PGSHIFT) << PG_SHIFT) | pte_prot(pmap, prot) | PG_V;
1828 npte = ((pa >> PGSHIFT) << PG_SHIFT) | pte_prot(pmap_kernel(), prot) |
2972 pte = (atop(ptaddr) << PG_SHIFT) |
3007 *l2pte = (atop(ptaddr) << PG_SHIFT) |
3108 pte = ((ALPHA_K0SEG_TO_PHYS((vaddr_t) l1pt) >> PGSHIFT) << PG_SHIFT) |
3171 PMAP_SET_PTE(pte, ((ptpa >> PGSHIFT) << PG_SHIFT) |

Completed in 103 milliseconds