taglinefilesource code
PGDIR_SIZE20include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE22include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE149include/asm-mips/page.h#define PGDIR_MASK      (~(PGDIR_SIZE-1))
PGDIR_SIZE18include/asm-sparc/pgtable.h#define PGDIR_MASK        (~(PGDIR_SIZE-1))
PGDIR_SIZE19include/asm-sparc/pgtable.h#define PGDIR_ALIGN(addr) (((addr)+PGDIR_SIZE-1)&PGDIR_MASK)
PGDIR_SIZE468ipc/shm.ctmp |= (PGDIR_SIZE - PAGE_SIZE);
PGDIR_SIZE415mm/swap.cfor ( ; address < TASK_SIZE ; pgdir++, address = address + PGDIR_SIZE, offset = 0) {
PGDIR_SIZE85mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE86mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE102mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE136mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE137mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE163mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;