Searched refs:pmap_high_shared_remap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c972 pmap_high_shared_remap(enum high_fixed_addresses e, vm_offset_t va, int sz) function
1003 return pmap_high_shared_remap(HIGH_FIXED_CPUS_BEGIN + a, va, sz);
1041 haddr = pmap_high_shared_remap(HIGH_FIXED_TRAMPS,
1046 haddr = pmap_high_shared_remap(HIGH_FIXED_GDT,
1052 haddr = pmap_high_shared_remap(HIGH_FIXED_LDT_BEGIN,
1065 haddr = pmap_high_shared_remap(HIGH_FIXED_IDT,
1071 haddr = pmap_high_shared_remap(HIGH_FIXED_KTSS,
1079 haddr = pmap_high_shared_remap(HIGH_FIXED_DBTSS,
1089 haddr = pmap_high_shared_remap(HIGH_FIXED_DFTSS,
1097 haddr = pmap_high_shared_remap(HIGH_FIXED_DFTS
[all...]
H A Dpmap.h586 extern vm_offset_t pmap_high_shared_remap(enum high_fixed_addresses, vm_offset_t, int);

Completed in 25 milliseconds