tag
line
file
source code
PGDIR_SHIFT
8
include/linux/page.h
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
PGDIR_SHIFT
376
mm/swap.c
pgdir = (address >> PGDIR_SHIFT) + (unsigned long *) p->tss.cr3;