Searched defs:hpa (Results 1 - 11 of 11) sorted by relevance

/arch/parisc/kernel/
H A Dpa7300lc.c31 u32 hpa; local
36 hpa = cpu_hpa();
41 gsc_readl(hpa+MIOC_CONTROL), gsc_readl(hpa+MIOC_STATUS),
42 gsc_readl(hpa+MDERRADD), gsc_readl(hpa+DMAERR),
43 gsc_readl(hpa+DIOERR), gsc_readl(hpa+HIDMAMEM));
H A Ddrivers.c234 unsigned long hpa; member in struct:find_data
244 if (pdev->hpa.start == d->hpa) {
252 static struct parisc_device *find_device_by_addr(unsigned long hpa) argument
255 .hpa = hpa,
475 alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path) argument
484 if (find_device_by_addr(hpa) != NULL)
487 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32);
507 dev->hpa
825 unsigned long hpa = io_io_low; local
[all...]
H A Dfirmware.c342 * @hpa: The HPA of the module for the iodc read.
347 * This PDC call reads from the IODC of the module specified by the hpa
350 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, argument
357 retval = mem_pdc_call(PDC_IODC, PDC_IODC_READ, __pa(pdc_result), hpa,
637 * @hpa: The network device HPA.
641 int pdc_lan_station_id(char *lan_addr, unsigned long hpa) argument
648 __pa(pdc_result), hpa);
843 * @hpa: The HPA for the device.
849 int pdc_pci_irt_size(unsigned long *num_entries, unsigned long hpa) argument
856 __pa(pdc_result), hpa);
873 pdc_pci_irt(unsigned long num_entries, unsigned long hpa, void *tbl) argument
1261 pdc_pat_cpu_get_number(struct pdc_pat_cpu_num *cpu_info, void *hpa) argument
[all...]
/arch/parisc/include/asm/
H A Dparisc-device.h7 struct resource hpa; /* Hard Physical Address */ member in struct:parisc_device
H A Dprocessor.h100 unsigned long hpa; /* Host Physical address */ member in struct:cpuinfo_parisc
H A Dpdc.h195 unsigned long hpa; /* mod's register set address */ member in struct:pdc_memory_map
272 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
297 int pdc_pci_irt_size(unsigned long *num_entries, unsigned long hpa);
298 int pdc_pci_irt(unsigned long num_entries, unsigned long hpa, void *tbl);
H A Dropes.h236 static inline int agp_mode_mercury(void __iomem *hpa) { argument
239 bus_mode = readl(hpa + 0x0620);
254 extern void *iosapic_register(unsigned long hpa);
/arch/x86/kvm/
H A Dmmu_audit.c101 hpa_t hpa; local
122 hpa = pfn << PAGE_SHIFT;
123 if ((*sptep & PT64_BASE_ADDR_MASK) != hpa)
124 audit_printk(vcpu->kvm, "levels %d pfn %llx hpa %llx "
126 hpa, *sptep);
H A Dvmx.c7232 static void vmx_set_apic_access_page_addr(struct kvm_vcpu *vcpu, hpa_t hpa) argument
7252 vmcs_write64(APIC_ACCESS_ADDR, hpa);
9013 * page's hpa for L2 vmcs. Need to reload it for L1 before entering L1.
/arch/ia64/hp/common/
H A Dsba_iommu.c289 * @hpa: base address of the IOMMU
294 sba_dump_tlb(char *hpa) argument
296 DBG_INIT("IO TLB at 0x%p\n", (void *)hpa);
297 DBG_INIT("IOC_IBASE : %016lx\n", READ_REG(hpa+IOC_IBASE));
298 DBG_INIT("IOC_IMASK : %016lx\n", READ_REG(hpa+IOC_IMASK));
299 DBG_INIT("IOC_TCNFG : %016lx\n", READ_REG(hpa+IOC_TCNFG));
300 DBG_INIT("IOC_PDIR_BASE: %016lx\n", READ_REG(hpa+IOC_PDIR_BASE));
1621 DBG_INIT("%s() hpa %p IOV base 0x%lx mask 0x%lx (%dMB)\n",
1812 static void ioc_init(unsigned long hpa, struct ioc *ioc) argument
1819 ioc->ioc_hpa = ioremap(hpa,
2029 u64 hpa, length; local
[all...]
/arch/parisc/include/uapi/asm/
H A Dpdc.h173 #define PDC_MEM_MAP_HPA 0 /* returns hpa of a module */
359 /* struct iomod *hpa; */
360 unsigned int hpa; /* HPA base address */ member in struct:pz_device

Completed in 187 milliseconds