HomeSort by: relevance | last modified time | path
    Searched refs:Memory (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/rump/dev/lib/libmd/
Makefile 7 COMMENT=Memory disk device driver
  /src/sys/rump/fs/lib/libmfs/
Makefile 7 COMMENT=Memory File System (in-memory FFS)
  /src/sys/dev/acpi/acpica/
OsdMemory.c 41 * 6.2: Memory management.
59 * Map physical memory into the caller's address space.
81 * Remove a physical to logical memory mapping.
106 * Allocate memory from the dynamic memory pool.
118 * Free previously allocated memory.
121 AcpiOsFree(void *Memory)
124 free(Memory, M_ACPI);
131 * Check if a memory region is readable.
143 * Check if a memory region is writable (and readable)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
aclinuxex.h 210 void *Memory)
212 kfree (Memory);
acefiex.h 254 /* possible caching types for the memory range */
261 /* physical memory protection on range */
632 * EFI Memory
640 ACPI_EFI_PHYSICAL_ADDRESS *Memory);
645 ACPI_EFI_PHYSICAL_ADDRESS Memory,
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-bmc-quanta-q71l.dts 34 memory@40000000 {
38 reserved-memory {
117 memory-region = <&vga_memory>;
464 /* Memory Riser 1 FRU */
470 /* Memory Riser 2 FRU */
476 /* Memory Riser 3 FRU */
482 /* Memory Riser 4 FRU */
494 /* Memory Riser 5 FRU */
500 /* Memory Riser 6 FRU */
506 /* Memory Riser 7 FRU *
    [all...]
imx31.dtsi 336 emi@b8000000 { /* External Memory Interface */
imx35.dtsi 360 emi@80000000 { /* External Memory Interface */
  /src/sys/arch/sandpoint/
README 55 0000 0000 0009 FFFF System Memory
57 or system memory--programmed for system memory--cf 5.8)
58 0010 0000 3FFF FFFF System memory
59 4000 0000 7FFF FFFF Reserved (programmed to give a memory select
61 8000 0000 FCFF FFFF PCI memory space
62 FD00 0000 FDFF FFFF PCI/ISA memory space (see 5.8, CPU_FD_ALIAS_EN)
74 memory or PCI bus -- cf. 5.6)
76 local memory or PCI bus -- cf. 5.6)
81 The Embedded Utilities Memory Block (EUMB) is set to be 1M below the en
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
exynos5433-bus.dtsi 3 * Samsung's Exynos5433 SoC Memory interface and AMBA bus device tree source
  /src/sys/dev/pci/
cs4281reg.h 270 /* Base Address 1 Direct Memory Map */
273 0000h - 03FFh FIFO RAM Audio Sample RAM Memory Block - FIFOs
275 0400h - D51Fh Reserved Reserved internal memory
  /src/sys/external/bsd/acpica/dist/include/
acpiosxf.h 338 * Memory allocation and mapping
355 void * Memory);
381 * Memory/Object Cache
494 * Platform and hardware-independent physical memory interfaces
  /src/sys/arch/vax/vax/
intvec.S 79 * First page in memory we have rpb; so that we know where
106 INTVEC(cmrerr, ISTACK) # Corrected Memory Read, 54
109 NOVEC; # Memory Write Timeout, 60
168 tstl %r0 # If not machine check, try memory error
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 39 // EFI Memory
48 OUT EFI_PHYSICAL_ADDRESS *Memory
54 IN EFI_PHYSICAL_ADDRESS Memory,
783 // Virtual memory services
829 // Memory functions
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
amd-seattle-soc.dtsi 226 /* I/O Memory (size=64K) */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-g12a-sei510.dts 82 memory@0 {
83 device_type = "memory";
160 reserved-memory {
161 /* TEE Reserved Memory */
meson-sm1-sei610.dts 126 memory@0 {
127 device_type = "memory";
206 reserved-memory {
207 /* TEE Reserved Memory */
  /src/usr.bin/xlint/lint1/
README.md 96 (See [below](#memory-management) for the meaning of the prefix `block_`.)
162 # Memory management
166 The memory that is allocated by the `block_*_alloc` functions is freed at the
172 The memory that is allocated by the `expr_*_alloc` functions is freed at the
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra186.dtsi 6 #include <dt-bindings/memory/tegra186-mc.h>
360 mc: memory-controller@2c00000 {
373 * Memory clients have access to all 40 bits that the memory
378 emc: external-memory-controller@2c60000 {
1112 <0x02000000 0 0x50100000 0x0 0x50100000 0 0x07f00000>, /* non-prefetchable memory (127 MiB) */
1113 <0x42000000 0 0x58000000 0x0 0x58000000 0 0x28000000>; /* prefetchable memory (640 MiB) */
1247 nvidia,memory-controller = <&mc>;
  /src/share/terminfo/
terminfo 156 # for flags indicating special ROMs, extra memory, particular terminal modes,
162 # -2p Has two pages of memory. Likewise 4p, 8p, etc.
516 # and more than one page of memory. It uses local motions instead of
525 # beware of screen size problems and memory relative cursor addressing.
2446 # tab settings are in non-volatile memory and don't need to be
3024 # page memory and rectangle checksums, insert/delete column, reception
3323 # my faulty memory, and the following online sources and references:
6892 # Xvt is an xterm replacement which uses a little less memory, and is
9856 # Note: no <home> on HPs since that homes to top of memory, not screen.
9899 # 2621 using all 48 lines of memory, only 24 visible at any time
    [all...]

Completed in 31 milliseconds