Searched refs:physical (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dbiosrw.s46 movw #8,sp@- | read, physical mode
66 movw #9,sp@- | write, physical mode
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dmachdep.c154 * Initialising the physical console so characters can be printed.
156 * Relocating the kernel to the bottom of physical memory
309 u_int logical, physical, size; local
316 physical = KERNEL_OFFSET;
318 size = dram[i].pages * PAGE_SIZE - physical;
322 KERNEL_BASE + logical, dram[i].address + physical,
326 physical += size;
328 if (physical >= dram[i].pages * PAGE_SIZE) {
331 physical = 0;
336 size = dram[i].pages * PAGE_SIZE - physical;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dvm.c216 /* physical memory for fetching page table entries */
217 core_map *physical; member in struct:_om_map
265 core *physical; member in struct:_vm
430 return core_map_read_word(map->physical, ra, processor, cia);
443 core_map_write_word(map->physical, ra, val, processor, cia);
451 vm_create(core *physical) argument
469 virtual->physical = physical;
477 virtual->instruction_map.translation.physical = core_readable(physical);
[all...]
H A Dcpu.c46 core *physical; /* all of memory */ member in struct:_cpu
69 /* address reservation: keep the physical address and the contents
91 processor->physical = memory;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dvm.c217 /* physical memory for fetching page table entries */
218 core_map *physical; member in struct:_om_map
266 core *physical; member in struct:_vm
431 return core_map_read_word(map->physical, ra, processor, cia);
444 core_map_write_word(map->physical, ra, val, processor, cia);
452 vm_create(core *physical) argument
470 virtual->physical = physical;
478 virtual->instruction_map.translation.physical = core_readable(physical);
[all...]
H A Dcpu.c43 core *physical; /* all of memory */ member in struct:_cpu
66 /* address reservation: keep the physical address and the contents
88 processor->physical = memory;
/netbsd-current/sys/dev/pci/
H A Dagp_sis.c189 agp_sis_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
196 ssc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
H A Dagp_ali.c213 agp_ali_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
220 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
H A Dagp_apple.c162 agp_apple_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
169 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = htole32(physical);
H A Dagp_amd64.c393 agp_amd64_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
401 (physical & 0xfffff000) | ((physical >> 28) & 0x00000ff0) | 3;
H A Dagp_via.c304 agp_via_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
311 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
H A Dagp_intel.c341 agp_intel_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
348 isc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical | 0x17;
H A Dagp_amd.c299 agp_amd_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical) argument
306 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical | 1;
H A Dagp.c926 alloc->physical = mem->am_physical;
1060 u_long physical; /* device specific (some devices member in struct:_agp_oallocate
1076 oaga->physical = (u_long)aga.physical;
/netbsd-current/sys/sys/
H A Ddvdio.h81 struct dvd_physical physical; member in union:__anon13118
H A Dagpio.h134 uint32_t physical; /* device specific (some devices member in struct:_agp_allocate
/netbsd-current/bin/ksh/
H A Dc_ksh.c22 int physical = Flag(FPHYSICAL); local
37 physical = 0;
40 physical = 1;
114 if (physical)
148 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp))))
177 int physical = Flag(FPHYSICAL); local
183 physical = 0;
186 physical = 1;
198 p = current_wd[0] ? (physical ? get_phys_path(current_wd) : current_wd)
/netbsd-current/sys/arch/acorn32/stand/boot32/
H A Dboot32.c68 u_long bconfig_new_phys; /* physical address its bound */
100 u_long new_L1_pages_phys; /* physical address of L1 pages */
297 phys_page = 0; /* physical address in pages */
512 page_info->physical = 0; /* result comes here */
529 * get the first DRAM index and show the physical memory
532 printf("\nFound physical memory blocks :\n");
536 phys_addr = mem_pages_info[page].physical;
538 while (mem_pages_info[page+1].physical - phys_addr == nbpp) {
546 phys_addr = mem_pages_info[page].physical;
603 /* get 4 pages on the top of the physical memor
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c256 request->physical = info.ami_physical;
259 request->physical = memory->physical;
H A Ddrm_ioc32.c169 u32 offset; /* Requested physical address (0 for SAREA) */
170 u32 size; /* Requested physical size (bytes) */
645 u32 aperture_base; /* physical address */
686 u32 physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32
708 req32.physical = request.physical;
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di810_drm.h279 unsigned int physical; member in struct:_drm_i810_overlay_t
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc56 // GetNativeSystemInfo() provides the physical page size which may differ
/netbsd-current/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h264 int physical; member in struct:page_info
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h201 * 9 | physical birth txg |
221 * PSIZE physical size (after compression)
428 #define BP_SET_BIRTH(bp, logical, physical) \
432 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_drm.c180 uint32_t offset; /**< Req. physical address (0 for SAREA) */
181 uint32_t size; /**< Requested physical size (bytes) */
606 uint32_t aperture_base; /* physical address */
651 uint32_t physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32
672 req32.physical = req64.physical;

Completed in 424 milliseconds

123