HomeSort by: relevance | last modified time | path
    Searched refs:physical (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/arch/atari/stand/tostools/libtos/
biosrw.s 46 movw #8,sp@- | read, physical mode
66 movw #9,sp@- | write, physical mode
  /src/sys/arch/epoc32/epoc32/
machdep.c 154 * 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 in function:initarm
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...]
  /src/sys/dev/pci/
agp_sis.c 189 agp_sis_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
196 ssc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
agp_ali.c 213 agp_ali_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
220 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
agp_apple.c 162 agp_apple_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
169 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = htole32(physical);
agp_amd64.c 393 agp_amd64_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
401 (physical & 0xfffff000) | ((physical >> 28) & 0x00000ff0) | 3;
agp_amd.c 299 agp_amd_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
306 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical | 1;
agp_intel.c 341 agp_intel_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
348 isc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical | 0x17;
agp_via.c 304 agp_via_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
311 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
agp.c 926 alloc->physical = mem->am_physical;
1060 u_long physical; /* device specific (some devices member in struct:agpioctl::_agp_oallocate
1076 oaga->physical = (u_long)aga.physical;
  /src/bin/ksh/
c_ksh.c 22 int physical = Flag(FPHYSICAL); local in function:c_cd
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 in function:c_pwd
183 physical = 0;
186 physical = 1;
198 p = current_wd[0] ? (physical ? get_phys_path(current_wd) : current_wd)
  /src/sys/arch/acorn32/stand/boot32/
boot32.c 68 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 memory and copy PT's in it *
    [all...]
  /src/sys/sys/
dvdio.h 81 struct dvd_physical physical; member in union:__anon32e35375010a
agpio.h 134 uint32_t physical; /* device specific (some devices member in struct:_agp_allocate
  /src/usr.sbin/sysinst/
msg.mbr.en 64 The physical geometry is %d cylinders %d sectors %d heads\n}
  /src/sys/external/bsd/drm2/dist/drm/
drm_agpsupport.c 256 request->physical = info.ami_physical;
259 request->physical = memory->physical;
drm_ioc32.c 169 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;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i810_drm.h 279 unsigned int physical; member in struct:_drm_i810_overlay_t
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra7-evm-common.dtsi 148 * The ROM checks the first four physical blocks
intel-ixp4xx.dtsi 72 * This needs to map to the start of physical memory so
  /src/sys/arch/acorn32/stand/lib/
riscoscalls.h 264 int physical; member in struct:page_info
  /src/sys/compat/netbsd32/
netbsd32_drm.c 180 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;
  /src/sys/arch/news68k/news68k/
locore.s 144 movl %a5,%a0 | store start of physical memory
184 * Fix up the physical addresses of the news1200's onboard
229 movl #EC_PHYS,%a0@ | and have a physical address cache
232 * Fix up the physical addresses of the news1700's onboard
331 * Since the kernel is mapped logical == physical, we just turn it on.
840 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_agpsupport.c 246 request->physical = info.ami_physical;
  /src/sys/arch/hp300/hp300/
locore.s 157 * A5 contains physical load point from boot
173 movl %a5,%a0@ | store start of physical memory
269 movl #EC_PHYS,%a0@ | also has a physical address cache
411 * Since the kernel is not mapped logical == physical we must insure
413 * the PC) are valid. In order guarantee that, we use the last physical
1028 * This function is only to be used in physical mode, and before our
1066 * logical to physical so that the PC is still valid immediately after the MMU
1067 * is turned off. We have conveniently mapped the last page of physical
1082 lea MAXADDR,%a0 | last page of physical memory
1100 lea MAXADDR+0x800,%sp | physical SP in case of NM
    [all...]

Completed in 24 milliseconds

1 2