Searched refs:membase (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c73 void *membase; local
117 membase = mmap(NULL, sb.st_size, PROT_READ | (rdonly ? 0 : PROT_WRITE),
119 if (membase == MAP_FAILED)
123 args.base = membase;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_tt560.c83 caddr_t membase; local
98 membase = mmap ((caddr_t) 0, TTIME_MEMORY_SIZE,
102 if (membase == (caddr_t) -1) {
116 up->tt_mem = (tt_mem_space_t *)membase;
/netbsd-current/sbin/newfs/
H A Dextern.h55 extern caddr_t membase; /* start address of memory based filesystem */
H A Dnewfs.c228 caddr_t membase; /* start address of memory based filesystem */ variable
764 args.base = membase;
H A Dmkfs.c200 if ((membase = mkfs_malloc(fssize * sectorsize)) == NULL)
1433 memmove(bf, membase + bno * sectorsize, size);
1459 memmove(membase + bno * sectorsize, bf, size);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dhopf6039.h122 unsigned long membase; /* without mmap */ member in struct:hopfCard
139 unsigned int membase; member in struct:cardparams
/netbsd-current/sys/dev/mca/
H A Dif_le_mca.c134 int i, pos2, pos3, pos4, irq, membase; local
180 membase = 0xc0000 + ((pos2 & 0x0e) >> 1) * 0x4000;
206 membase = 0xc0000 + ((pos3 & 0x0f) * 0x4000);
218 if (bus_space_map(lesc->sc_memt, membase, LE_MCA_MEMSIZE,
/netbsd-current/sys/arch/vax/vax/
H A Dka43.c282 volatile char *membase = (void*)0x80000000; /* physical 0x00 */ local
295 val += membase[i]; /* some dummy operation... */
/netbsd-current/sys/dev/cardbus/
H A Dif_re_cardbus.c254 pcireg_t iobase, membase, irq; local
259 membase = Cardbus_conf_read(ct, csc->sc_tag,
276 RTK_PCI_LOMEM, membase);
H A Dif_rtk_cardbus.c285 pcireg_t iobase, membase, irq; local
290 membase = Cardbus_conf_read(ct, csc->sc_tag,
307 RTK_PCI_LOMEM, membase);
/netbsd-current/sys/arch/evbarm/armadaxp/
H A Darmadaxp_machdep.c222 uint32_t membase; local
238 membase = MARVELL_PEXMEM_PBASE;
262 membase & MVSOC_MLMB_WBR_BASE_MASK);
266 membase & MVSOC_MLMB_WRLR_REMAP_MASK);
295 membase += MARVELL_PEXMEM_SIZE;
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrecu.c144 sc->membase = VR_ISA_MEM_BASE;
153 sc->membase = VR_ISA_MEM_BASE;
/netbsd-current/sys/dev/ic/
H A Di82365var.h139 bus_addr_t membase; member in struct:pcic_softc
H A Dtcic2var.h118 bus_addr_t membase; member in struct:tcic_softc
/netbsd-current/sys/dev/pci/
H A Di82365_pci.c145 sc->membase = 0xd0000;
H A Daac_pci.c512 bus_addr_t membase; local
554 &sc->sc_memh, &membase, &memsize)) {
H A Dif_msk.c1484 uint32_t iobase, membase, irq; local
1488 membase = pci_conf_read(pc, pa->pa_tag, SK_PCI_LOMEM);
1501 pci_conf_write(pc, pa->pa_tag, SK_PCI_LOMEM, membase);
/netbsd-current/sys/dev/isapnp/
H A Di82365_isapnp.c158 sc->membase = maddr;
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disa_machdep.c462 isa_footbridge_init(u_int iobase, u_int membase) argument
476 isa_io_init(iobase, membase);
/netbsd-current/sys/dev/isa/
H A Di82365_isa.c211 sc->membase = ia->ia_iomem[0].ir_addr;
H A Dtcic2_isa.c242 sc->membase = ia->ia_iomem[0].ir_addr;
/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c391 bus_addr_t membase; local
401 membase = (channel == CHANNEL_0)
405 membase, 0x01000000); /* 16MB */
416 membase + 0x01000000,
/netbsd-current/sys/arch/i386/pci/
H A Dglxsb.c209 bus_addr_t membase; local
226 &sc->sc_iot, &sc->sc_ioh, &membase, &memsize)) {
/netbsd-current/sbin/newfs_lfs/
H A Dnewfs.c95 caddr_t membase; /* start address of memory based filesystem */ variable
/netbsd-current/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c896 u_long membase, iobase; local
898 PCI_MEMSIZE, EX_WAITOK, &membase);
906 .potar = membase >> 12,
908 .powbar = membase >> 12,
952 membase, PCI_MEMSIZE);

Completed in 423 milliseconds

12