Searched refs:HIGH_MEM_BASE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Didt.s65 #define HI_TEXT(lo_text) ( (EXT(lo_text) - EXT(hi_remap_text)) + HIGH_MEM_BASE )
72 .long EXT(vec) - EXT(hi_remap_text) + HIGH_MEM_BASE ; \
80 .long vec - EXT(hi_remap_text) + HIGH_MEM_BASE ; \
H A Dpmap.h312 #define HIGH_MEM_BASE ((uint32_t)( -NBPDE) ) /* shared gdt etc seg addr */ /* XXX64 ?? */ macro
313 #define pmap_index_to_virt(x) (HIGH_MEM_BASE | ((unsigned)(x) << PAGE_SHIFT))
H A Dpcb.c282 if (ds->dr0 >= (unsigned long)HIGH_MEM_BASE)
286 if (ds->dr1 >= (unsigned long)HIGH_MEM_BASE)
290 if (ds->dr2 >= (unsigned long)HIGH_MEM_BASE)
294 if (ds->dr3 >= (unsigned long)HIGH_MEM_BASE)
H A Dpmap.c1032 kprintf("HIGH_MEM_BASE 0x%x fixed per-cpu begin 0x%x\n",
1033 HIGH_MEM_BASE,pmap_index_to_virt(HIGH_FIXED_CPUS_BEGIN));
1181 high_shared_pde = *pmap_pde(kernel_pmap, HIGH_MEM_BASE);
1185 pmap_store_pte(pmap_pde(kernel_pmap, HIGH_MEM_BASE), high_shared_pde);
1537 offset >= HIGH_MEM_BASE) {
1645 pmap_store_pte(pmap_pde(p, HIGH_MEM_BASE), high_shared_pde);
1680 while ((pdp = pmap64_pde(p, (uint64_t)HIGH_MEM_BASE)) == PD_ENTRY_NULL) {
1682 pmap_expand_pdpt(p, (uint64_t)HIGH_MEM_BASE); /* need room for another pde entry */
1944 start_vaddr >= HIGH_MEM_BASE) {
H A Dgenassym.c477 DECLARE("HIGH_MEM_BASE", HIGH_MEM_BASE);
H A Dmp_desc.c111 (((uint32_t)&lo_text - (uint32_t)&hi_remap_text) + HIGH_MEM_BASE)

Completed in 96 milliseconds