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

  /src/sys/uvm/
uvm_physseg.c 233 uvm_physseg_plug(paddr_t pfn, size_t pages, uvm_physseg_t *psp) function in typeref:typename:bool
745 uvm_physseg_plug(paddr_t pfn, size_t pages, uvm_physseg_t *psp) function in typeref:typename:bool
1257 if (uvm_physseg_plug(start, end - start, &upm) == false) {
1258 panic("uvm_physseg_plug() failed at boot.");
uvm_physseg.c 233 uvm_physseg_plug(paddr_t pfn, size_t pages, uvm_physseg_t *psp) function in typeref:typename:bool
745 uvm_physseg_plug(paddr_t pfn, size_t pages, uvm_physseg_t *psp) function in typeref:typename:bool
1257 if (uvm_physseg_plug(start, end - start, &upm) == false) {
1258 panic("uvm_physseg_plug() failed at boot.");

Completed in 22 milliseconds