HomeSort by: relevance | last modified time | path
    Searched defs:uvm_physseg (Results 1 - 1 of 1) 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...]

Completed in 172 milliseconds