pmap.c | 92 #include <hppa/hppa/hpt.h> 461 struct hpt_entry *hpt; local in function:pmap_pte_flush 462 hpt = pmap_hash(pmap, va); 463 if (hpt->hpt_valid && 464 hpt->hpt_space == pmap->pm_space && 465 hpt->hpt_vpn == ((va >> 1) & 0x7fff0000)) 466 hpt->hpt_space = 0xffff; 860 * cpuid() found out how big the HPT should be, so align addr to 887 printf("WARNING: HPT init error %d -- DISABLED\n", 892 "HPT installed for %jd entries @ %#jx" 2111 struct hpt_entry *hpt, *ehpt; local in function:pmap_hptdump [all...] |