Searched refs:vm_radix (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/vm/
H A D_vm_radix.h39 struct vm_radix { struct
H A Dvm_radix.h40 int vm_radix_insert(struct vm_radix *rtree, vm_page_t page);
42 boolean_t vm_radix_is_singleton(struct vm_radix *rtree);
43 vm_page_t vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index);
44 vm_page_t vm_radix_lookup_ge(struct vm_radix *rtree, vm_pindex_t index);
45 vm_page_t vm_radix_lookup_le(struct vm_radix *rtree, vm_pindex_t index);
46 vm_page_t vm_radix_lookup_unlocked(struct vm_radix *rtree, vm_pindex_t index);
47 void vm_radix_reclaim_allnodes(struct vm_radix *rtree);
48 vm_page_t vm_radix_remove(struct vm_radix *rtree, vm_pindex_t index);
49 vm_page_t vm_radix_replace(struct vm_radix *rtree, vm_page_t newpage);
53 vm_radix_init(struct vm_radix *rtre
[all...]
H A Dvm_radix.c71 #include <vm/vm_radix.h>
236 vm_radix_root_load(struct vm_radix *rtree, enum vm_radix_access access)
246 vm_radix_root_store(struct vm_radix *rtree, struct vm_radix_node *rnode,
386 vm_radix_insert(struct vm_radix *rtree, vm_page_t page)
463 vm_radix_is_singleton(struct vm_radix *rtree)
478 _vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index,
507 vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index)
519 vm_radix_lookup_unlocked(struct vm_radix *rtree, vm_pindex_t index)
534 vm_radix_lookup_ge(struct vm_radix *rtree, vm_pindex_t index)
646 vm_radix_lookup_le(struct vm_radix *rtre
[all...]
H A Dvm_object.h106 struct vm_radix rtree; /* root of the resident page radix trie*/
H A Dvm_kern.c96 #include <vm/vm_radix.h>
H A Dvm_reserv.c68 #include <vm/vm_radix.h>
H A Dvm_object.c108 #include <vm/vm_radix.h>
H A Dvm_page.c108 #include <vm/vm_radix.h>
/freebsd-13-stable/sys/powerpc/include/
H A Dpmap.h80 #include <vm/vm_radix.h>
183 struct vm_radix pm_radix; /* spare page table pages */
/freebsd-13-stable/sys/riscv/include/
H A Dpmap.h88 struct vm_radix pm_root;
/freebsd-13-stable/sys/arm64/include/
H A Dpmap.h92 struct vm_radix pm_root; /* spare page table pages */
/freebsd-13-stable/sys/i386/include/
H A Dpmap.h177 struct vm_radix pm_root; /* spare page table pages */
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c54 #include <vm/vm_radix.h>
/freebsd-13-stable/sys/amd64/include/
H A Dpmap.h372 struct vm_radix pm_root; /* spare page table pages */
/freebsd-13-stable/sys/amd64/sgx/
H A Dsgx.c146 #include <vm/vm_radix.h>
/freebsd-13-stable/sys/riscv/riscv/
H A Dpmap.c153 #include <vm/vm_radix.h>
/freebsd-13-stable/sys/i386/i386/
H A Dpmap.c143 #include <vm/vm_radix.h>
/freebsd-13-stable/sys/arm64/arm64/
H A Dpmap.c144 #include <vm/vm_radix.h>
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c151 #include <vm/vm_radix.h>

Completed in 379 milliseconds