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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h346 #define HIGH_MEM_BASE ((uint32_t)( -NBPDE) ) /* shared gdt etc seg addr */ /* XXX64 ?? */ macro
347 #define pmap_index_to_virt(x) (HIGH_MEM_BASE | ((unsigned)(x) << PAGE_SHIFT))
H A Didt.s80 #define HI_TEXT(lo_text) ( (EXT(lo_text) - EXT(hi_remap_text)) + HIGH_MEM_BASE )
87 .long EXT(vec) - EXT(hi_remap_text) + HIGH_MEM_BASE ; \
95 .long vec - EXT(hi_remap_text) + HIGH_MEM_BASE ; \
H A Dpmap.c587 kprintf("HIGH_MEM_BASE 0x%x fixed per-cpu begin 0x%x\n",
588 HIGH_MEM_BASE,pmap_index_to_virt(HIGH_FIXED_CPUS_BEGIN));
714 high_shared_pde = *pmap_pde(kernel_pmap, HIGH_MEM_BASE);
718 pmap_store_pte(pmap_pde(kernel_pmap, HIGH_MEM_BASE), high_shared_pde);
1264 offset >= HIGH_MEM_BASE) {
1377 pmap_store_pte(pmap_pde(p, HIGH_MEM_BASE), high_shared_pde);
1412 while ((pdp = pmap64_pde(p, (uint64_t)HIGH_MEM_BASE)) == PD_ENTRY_NULL) {
1414 pmap_expand_pdpt(p, (uint64_t)HIGH_MEM_BASE, PMAP_EXPAND_OPTIONS_NONE); /* need room for another pde entry */
H A Dpcb.c291 if (ds->dr0 >= (unsigned long)HIGH_MEM_BASE)
295 if (ds->dr1 >= (unsigned long)HIGH_MEM_BASE)
299 if (ds->dr2 >= (unsigned long)HIGH_MEM_BASE)
303 if (ds->dr3 >= (unsigned long)HIGH_MEM_BASE)
H A Dgenassym.c527 DECLARE("HIGH_MEM_BASE", HIGH_MEM_BASE);
H A Dmp_desc.c195 (((uint32_t)&lo_text - (uint32_t)&hi_remap_text) + HIGH_MEM_BASE)
H A Dpmap_internal.h900 #define HIGH_MEM_BASE ((uint32_t)( -NBPDE) ) /* shared gdt etc seg addr */ /* XXX64 ?? */ macro
H A Dpmap_x86_common.c871 start_vaddr >= HIGH_MEM_BASE) {

Completed in 35 milliseconds