GetPT             142 pagetab.c      		struct PT *pt = GetPT(pml4, UserData, pid);
GetPT             151 pagetab.c      		pt = GetPT(pml4, UserStack, pid);
GetPT             170 pagetab.c      		struct PT *pt = GetPT(pml4, UserCode, pid);
GetPT             171 pagetab.c      		struct PT *currentPT = GetPT(current_pml4, UserCode, parentPid);
GetPT             190 pagetab.c      		pt = GetPT(pml4, UserData, pid);
GetPT             191 pagetab.c      		currentPT = GetPT(current_pml4, UserData, parentPid);
GetPT             209 pagetab.c      		pt = GetPT(pml4, UserStack, pid);
GetPT             210 pagetab.c      		currentPT = GetPT(current_pml4, UserStack, parentPid);
GetPT             228 pagetab.c      		pt = GetPT(pml4, KernelStack, pid);
GetPT             229 pagetab.c      		currentPT = GetPT(current_pml4, KernelStack, parentPid);
GetPT             266 pagetab.c      	struct PT *pt = GetPT(pml4, lAddress, pid);
GetPT             295 pagetab.c      	struct PT *pt = GetPT((struct PML4 *) (currentTask->cr3 & 0xFFFFF000),
GetPT             305 pagetab.c      	pt = GetPT((struct PML4 *) (currentTask->cr3 & 0xFFFFF000), UserData,