HomeSort by: relevance | last modified time | path
    Searched defs:uvm_physseg_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.h 56 * These are specific values of invalid constants for uvm_physseg_t.
67 typedef struct uvm_physseg * uvm_physseg_t; typedef in typeref:struct:uvm_physseg *
74 * These are specific values of invalid constants for uvm_physseg_t.
85 typedef int uvm_physseg_t; typedef in typeref:typename:int
90 bool uvm_physseg_valid_p(uvm_physseg_t);
96 paddr_t uvm_physseg_get_start(uvm_physseg_t);
97 paddr_t uvm_physseg_get_end(uvm_physseg_t);
99 paddr_t uvm_physseg_get_avail_start(uvm_physseg_t);
100 paddr_t uvm_physseg_get_avail_end(uvm_physseg_t);
102 struct vm_page * uvm_physseg_get_pg(uvm_physseg_t, paddr_t)
    [all...]

Completed in 42 milliseconds