find_pa
pcb_pa = find_pa(VPTB, pcb_va);
pcb_pa = (struct pcb_struct *)find_pa((unsigned long)pcb_va);
kaddr = (find_pa(vaddr) | PAGE_OFFSET);