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

  /src/sys/uvm/
uvm_physseg.c 1 /* $NetBSD: uvm_physseg.c,v 1.20 2024/01/13 09:44:42 tnn Exp $ */
84 #include <uvm/uvm_physseg.h>
87 * uvm_physseg: describes one segment of physical memory
89 struct uvm_physseg { struct
111 * exported in the header file uvm_physseg.h
123 #define HANDLE_TO_PHYSSEG_NODE(h) ((struct uvm_physseg *)(h))
159 static struct uvm_physseg uvm_physseg[VM_PHYSSEG_MAX]; variable in typeref:struct:uvm_physseg[]
171 if (sz % sizeof(struct uvm_physseg))
173 " of struct uvm_physseg at boot\n", __func__)
    [all...]
uvm_init.c 50 #include <uvm/uvm_physseg.h>
uvm_physseg.h 1 /* $NetBSD: uvm_physseg.h,v 1.9 2024/01/13 09:44:42 tnn Exp $ */
49 * No APIs are explicitly #included in uvm_physseg.c
67 typedef struct uvm_physseg * uvm_physseg_t;
uvm.h 65 #include <uvm/uvm_physseg.h>
uvm_extern.h 546 #include <uvm/uvm_physseg.h>
  /src/tests/sys/uvm/
Makefile 11 DPSRCS= ${NETBSDSRCDIR}/sys/uvm/uvm_physseg.[ch]
t_uvm_physseg.c 40 * Have a look at machine/uvm_physseg.h for more details.
84 #include <uvm/uvm_physseg.h>
193 #include "uvm/uvm_physseg.c"
284 /* Prerequisites for running certain calls in uvm_physseg */
307 uvm_physseg_alloc(sizeof(struct uvm_physseg) - 1);
323 uvm_physseg_alloc((VM_PHYSSEG_MAX + 1) * sizeof(struct uvm_physseg));
340 ATF_REQUIRE(uvm_physseg_alloc(VM_PHYSSEG_MAX * sizeof(struct uvm_physseg)));
344 ATF_REQUIRE(uvm_physseg_alloc(sizeof(struct uvm_physseg) - 1));
345 ATF_REQUIRE(uvm_physseg_alloc(2 * VM_PHYSSEG_MAX * sizeof(struct uvm_physseg)));
361 uvm_physseg_free(&uvm_physseg[0], sizeof(struct uvm_physseg) - 1)
    [all...]
t_uvm_physseg_load.c 40 * Have a look at machine/uvm_physseg.h for more details.
84 #include <uvm/uvm_physseg.h>
171 #include "uvm/uvm_physseg.c"
315 /* Prerequisites for running certain calls in uvm_physseg */
  /src/sys/arch/xen/xen/
xenmem.c 34 #include <uvm/uvm_physseg.h>
balloon.c 100 #include <uvm/uvm_physseg.h>
  /src/sys/arch/powerpc/include/booke/
pmap.h 56 #include <uvm/uvm_physseg.h>
  /src/sys/arch/mips/include/
pmap.h 121 #include <uvm/uvm_physseg.h>
  /src/sys/arch/riscv/include/
pmap.h 47 #include <uvm/uvm_physseg.h>
  /src/sys/arch/sh3/sh3/
vm_machdep.c 104 #include <uvm/uvm_physseg.h>
pmap.c 42 #include <uvm/uvm_physseg.h>
  /src/sys/arch/aarch64/include/
pmap_machdep.h 148 #include <uvm/uvm_physseg.h>
  /src/sys/arch/powerpc/powerpc/
bus_dma.c 53 #include <uvm/uvm_physseg.h>
  /src/sys/arch/x68k/x68k/
machdep.c 104 #include <uvm/uvm_physseg.h>
  /src/sys/arch/mips/mips/
pmap_machdep.c 136 #include <uvm/uvm_physseg.h>
mips_machdep.c 150 #include <uvm/uvm_physseg.h>
  /src/sys/arch/vax/vax/
pmap.c 51 #include <uvm/uvm_physseg.h>
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 136 #include <uvm/uvm_physseg.h>
  /src/sys/uvm/pmap/
pmap.c 117 #include <uvm/uvm_physseg.h>
  /src/sys/arch/ia64/ia64/
pmap.c 97 #include <uvm/uvm_physseg.h>
  /src/sys/arch/powerpc/oea/
pmap.c 86 #include <uvm/uvm_physseg.h>

Completed in 85 milliseconds