Home
last modified time | relevance | path

Searched refs:ALPHA_PHYS_TO_K0SEG (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/sys/arch/alpha/pci/
Dcia_pci.c163 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF1 |
167 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF0 |
171 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_PCI_CONF |
247 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF1 |
251 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF0 |
255 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_PCI_CONF |
Dlcareg.h35 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r))
36 #define REGVAL64(r) (*(volatile int64_t *)ALPHA_PHYS_TO_K0SEG(r))
Dciareg.h37 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r))
38 #define REGVAL64(r) (*(volatile u_int64_t *)ALPHA_PHYS_TO_K0SEG(r))
Dapecs_pci.c141 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(APECS_PCI_CONF |
190 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(APECS_PCI_CONF |
Dlca_pci.c153 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(LCA_PCI_CONF |
213 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(LCA_PCI_CONF |
Dtsreg.h44 #define S_PAGE(phys) ((void *)ALPHA_PHYS_TO_K0SEG(phys))
49 #define LDQP(a) (*(volatile long *)ALPHA_PHYS_TO_K0SEG(a))
Dmcpcia.c84 #define KV(_addr) ((caddr_t)ALPHA_PHYS_TO_K0SEG((_addr)))
244 if (badaddr((void *)ALPHA_PHYS_TO_K0SEG(MCPCIA_PCI_REV(ccp)), in mcpcia_init()
Dirongate_pci.c67 #define REGVAL(r) (*(volatile u_int32_t *)ALPHA_PHYS_TO_K0SEG(r))
Dmcpcia_pci.c46 #define KV(_addr) ((void *)ALPHA_PHYS_TO_K0SEG((_addr)))
Dapecsreg.h38 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r))
Dpci_bwx_bus_mem_chipdep.c321 *memhp = ALPHA_PHYS_TO_K0SEG(CHIP_MEM_SYS_START(v)) + memaddr;
338 memaddr = memh - ALPHA_PHYS_TO_K0SEG(CHIP_MEM_SYS_START(v));
400 *bshp = ALPHA_PHYS_TO_K0SEG(CHIP_MEM_SYS_START(v)) + memaddr;
Dpci_swiz_bus_mem_chipdep.c384 *memhp = ALPHA_PHYS_TO_K0SEG(CHIP_D_MEM_W1_SYS_START(v)) +
423 (ALPHA_PHYS_TO_K0SEG(CHIP_S_MEM_W1_SYS_START(v)) >> 5) +
432 (ALPHA_PHYS_TO_K0SEG(CHIP_S_MEM_W2_SYS_START(v)) >> 5) +
441 (ALPHA_PHYS_TO_K0SEG(CHIP_S_MEM_W3_SYS_START(v)) >> 5) +
/openbsd/src/sys/arch/alpha/include/
Dpmap.h175 #define pmap_map_direct(pg) ALPHA_PHYS_TO_K0SEG(VM_PAGE_TO_PHYS(pg))
233 lev2map = (pt_entry_t *)ALPHA_PHYS_TO_K0SEG(pmap_pte_pa(l1pte));
250 lev2map = (pt_entry_t *)ALPHA_PHYS_TO_K0SEG(pmap_pte_pa(l1pte));
256 lev3map = (pt_entry_t *)ALPHA_PHYS_TO_K0SEG(pmap_pte_pa(l2pte));
Dtc_machdep.h76 *(volatile u_int32_t *)ALPHA_PHYS_TO_K0SEG(0x00000001f0080220); \
Dalpha_cpu.h204 #define ALPHA_PHYS_TO_K0SEG(x) ((x) | ALPHA_K0SEG_BASE) macro
/openbsd/src/sys/dev/tc/
Dtcdsreg.h215 #define SCSI_CIR ALPHA_PHYS_TO_K0SEG(KN15AA_REG_SCSI_CIR)
216 #define SCSI_IMER ALPHA_PHYS_TO_K0SEG(KN15AA_REG_SCSI_IMER)
/openbsd/src/sys/arch/alpha/dev/
Dsgmap_common.c108 sgmap->aps_pt = (caddr_t)ALPHA_PHYS_TO_K0SEG(sgmap->aps_ptpa);
136 ALPHA_PHYS_TO_K0SEG(alpha_sgmap_prefetch_spill_page_pa);
/openbsd/src/sys/arch/alpha/stand/
Dloadfile_subr.c48 cstart = ALPHA_PHYS_TO_K0SEG(ptoa(memc->mddt_pfn)); in check_phdr()
/openbsd/src/sys/arch/alpha/tc/
Dtc_dma_3000_500.c53 #define KV(x) (ALPHA_PHYS_TO_K0SEG(x))
Dtc_3000_300.c49 #define KV(x) (ALPHA_PHYS_TO_K0SEG(x))
Dtc_bus_mem.c256 *memhp = ALPHA_PHYS_TO_K0SEG(memaddr);
258 *memhp = ALPHA_PHYS_TO_K0SEG(TC_DENSE_TO_SPARSE(memaddr));
/openbsd/src/sys/arch/alpha/mcbus/
Dmcbus.c53 #define KV(_addr) ((caddr_t)ALPHA_PHYS_TO_K0SEG((_addr)))
/openbsd/src/sys/arch/alpha/alpha/
Dmem.c158 uiomove((caddr_t)ALPHA_PHYS_TO_K0SEG(v), c, uio); in mmrw()
Dmachdep.c284 ALPHA_PHYS_TO_K0SEG(bootinfo.hwrpb_phys));
314 hwrpb = (struct rpb *)ALPHA_PHYS_TO_K0SEG(bootinfo.hwrpb_phys);
601 initmsgbuf((caddr_t) ALPHA_PHYS_TO_K0SEG(ptoa(vps->end)), sz);
624 pmap_bootstrap(ALPHA_PHYS_TO_K0SEG(ptb << PGSHIFT),
1203 (caddr_t)ALPHA_PHYS_TO_K0SEG(maddr), n); in dumpsys()
/openbsd/src/sys/arch/alpha/eisa/
Deisa_machdep.c284 const u_int8_t *src = (const u_int8_t *)ALPHA_PHYS_TO_K0SEG(addr); in eisa_read_config_bytes()
296 const u_int8_t *src = (const u_int8_t *)ALPHA_PHYS_TO_K0SEG(addr); in eisa_read_config_word()

12