OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hpt
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/hppa/
pmap.c
92
#include <hppa/hppa/
hpt
.h>
461
struct hpt_entry *
hpt
;
local
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
, *e
hpt
;
local
[
all
...]
machdep.c
771
DPRINTF(("WARNING: no
HPT
support, fine!\n"));
810
* TODO:
HPT
on 7200 is not currently supported
1050
hpti_g(vaddr_t
hpt
, vsize_t hptsize)
1053
return pdcproc_tlb_config(&pdc_hwtlb,
hpt
, hptsize, PDC_TLB_CURRPDE);
/src/sys/arch/hppa/dev/
pdc.c
815
pdcproc_tlb_config(struct pdc_hwtlb *ph, unsigned long
hpt
,
820
err = pdc_call((iodcio_t)pdc, 0, PDC_TLB, PDC_TLB_CONFIG, ph,
hpt
,
Completed in 27 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026