| /src/external/public-domain/xz/dist/m4/ |
| tuklib_physmem.m4 | 8 # Check how to get the amount of physical memory. 46 AC_CACHE_CHECK([how to detect the amount of physical memory], 177 [Define to 1 if the amount of physical memory 182 [Define to 1 if the amount of physical memory can 188 [Define to 1 if the amount of physical memory can 193 [Define to 1 if the amount of physical memory can 198 [Define to 1 if the amount of physical memory can 203 [Define to 1 if the amount of physical memory 208 [Define to 1 if the amount of physical memory
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| biosrw.s | 43 movw #8,sp@- | read, physical mode 63 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 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/external/bsd/zstd/dist/tests/cli-tests/compression/ |
| multi-threaded.sh | 11 zstd -T0 --auto-threads=physical -f file -q ; zstd -t file.zst
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| vm.c | 217 /* 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) 470 virtual->physical = physical; 478 virtual->instruction_map.translation.physical = core_readable(physical); [all...] |
| cpu.c | 43 core *physical; /* all of memory */ member in struct:_cpu 66 /* address reservation: keep the physical address and the contents 88 processor->physical = memory;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| vm.c | 217 /* 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) 470 virtual->physical = physical; 478 virtual->instruction_map.translation.physical = core_readable(physical); [all...] |
| cpu.c | 43 core *physical; /* all of memory */ member in struct:_cpu 66 /* address reservation: keep the physical address and the contents 88 processor->physical = memory;
|
| /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;
|
| /src/bin/ksh/ |
| c_ksh.c | 22 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)
|
| /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:__anon7548
|
| 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;
|
| /src/sys/arch/news68k/news68k/ |
| locore.s | 145 movl %a5,%a0 | store start of physical memory 185 * Fix up the physical addresses of the news1200's onboard 225 movl #EC_PHYS,%a0@ | and have a physical address cache 240 * Fix up the physical addresses of the news1700's onboard 342 * Since the kernel is mapped logical == physical, there is no prep 614 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
|
| /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/arch/virt68k/virt68k/ |
| locore.s | 110 * physical addresses we need to use before the MMU is enabled. 167 * Since the kernel is mapped logical == physical, there is no prep 331 * that is potentially on another physical CPU even if we
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| Process.inc | 56 // GetNativeSystemInfo() provides the physical page size which may differ
|