Symbol: PA2VA
sys/arch/mac68k/mac68k/pmap_bootstrap.c
180
ste = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
193
ste = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
207
ste = PA2VA(kstpa, u_int *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
218
ste = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
226
ste = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
255
pte = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
265
epte = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
273
pte = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
281
ste = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
282
pte = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
295
este = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
299
epte = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
306
ste = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
308
pte = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
318
pte = PA2VA(kptpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
327
pte = PA2VA(kptpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
346
epte = PA2VA(kptpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
363
epte = PA2VA(kptpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
379
#define PTE2VA(pte) m68k_ptob(pte - PA2VA(kptpa, pt_entry_t *))
sys/arch/mac68k/mac68k/pmap_bootstrap.c
416
Sysseg = PA2VA(kstpa, st_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
425
Sysptmap = PA2VA(kptmpa, pt_entry_t *);
sys/arch/mac68k/mac68k/pmap_bootstrap.c
436
lwp0uarea = PA2VA(lwp0upa, vaddr_t);