Searched defs:hpa (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/sys/arch/hppa/include/ |
H A D | iomod.h | 244 struct hpa { struct 245 u_int hpa_ones: 4, /* must be 1's; this is an I/O space addr */ argument 246 hpa_flex:10, /* bus address for this module */ argument 247 hpa_fixed:6, /* location of module on bus */ argument 248 hpa_up : 1, /* 1 == upper page, 0 == lower page */ argument 249 hpa_set : 5, /* register set */ argument 250 hpa_reg : 4, /* register number within a register set */ argument 251 hpa_zeros:2; /* must be 0's; addrs are word aligned */ argument
|
H A D | pdc.h | 446 u_int hpa; /* HPA of processor */ member 531 u_int hpa; member 538 u_int hpa; member 544 u_int hpa; member 587 u_int hpa; /* HPA for module */ member
|
/openbsd-src/sys/arch/hppa/dev/ |
H A D | uturn.c | 95 hppa_hpa_t hpa; local
|
H A D | apic.c | 162 hppa_hpa_t hpa = cpu_gethpa(0); in apic_intr_establish() local
|
/openbsd-src/sys/arch/hppa/stand/libsa/ |
H A D | cmd_hppa.c | 895 dino_conf_read(u_int hpa, int dev, int fn, u_int reg) in dino_conf_read() 913 elroy_conf_read(u_int hpa, int dev, int fn, u_int reg) in elroy_conf_read()
|
/openbsd-src/sys/arch/hppa/hppa/ |
H A D | autoconf.c | 207 hppa_hpa_t hpa, int cpu_scan) in pdc_scanbus()
|
/openbsd-src/sys/dev/pci/ |
H A D | if_hme_pci.c | 104 hme_pci_enaddr(struct hme_softc *sc, struct pci_attach_args *hpa) in hme_pci_enaddr()
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | pmap.c | 2525 pmap_enter_ept(struct pmap * pmap,paddr_t gpa,paddr_t hpa,vm_prot_t prot) pmap_enter_ept() argument
|
H A D | vmm_machdep.c | 3759 paddr_t hpa; vmm_translate_gva() local
|
/openbsd-src/sys/dev/acpi/ |
H A D | acpidmar.c | 1545 paddr_t hpa; in _iommu_map() local
|