Home
last modified time | relevance | path

Searched refs:mm_ptable (Results 1 – 6 of 6) sorted by relevance

/hafnium-2.8-rc0/inc/hf/
A Dmm.h90 struct mm_ptable { struct
105 struct mm_ptable *ptable; argument
110 bool mm_ptable_init(struct mm_ptable *t, uint16_t id, int flags,
114 bool mm_vm_init(struct mm_ptable *t, uint16_t id, struct mpool *ppool);
115 void mm_vm_fini(struct mm_ptable *t, struct mpool *ppool);
128 bool mm_vm_unmap(struct mm_ptable *t, paddr_t begin, paddr_t end,
130 void mm_stage1_defrag(struct mm_ptable *t, struct mpool *ppool);
131 void mm_vm_defrag(struct mm_ptable *t, struct mpool *ppool);
132 void mm_vm_dump(struct mm_ptable *t);
133 bool mm_vm_get_mode(struct mm_ptable *t, ipaddr_t begin, ipaddr_t end,
[all …]
A Dvm.h181 struct mm_ptable ptable;
/hafnium-2.8-rc0/src/
A Dmm.c41 static struct mm_ptable ptable;
212 bool mm_ptable_init(struct mm_ptable *t, uint16_t id, int flags, in mm_ptable_init()
438 static bool mm_map_root(struct mm_ptable *t, ptable_addr_t begin, in mm_map_root()
590 static void mm_ptable_dump(struct mm_ptable *t, int flags) in mm_ptable_dump()
719 static void mm_ptable_defrag(struct mm_ptable *t, int flags, in mm_ptable_defrag()
847 void mm_vm_fini(struct mm_ptable *t, struct mpool *ppool) in mm_vm_fini()
966 bool mm_vm_unmap(struct mm_ptable *t, paddr_t begin, paddr_t end, in mm_vm_unmap()
977 void mm_vm_dump(struct mm_ptable *t) in mm_vm_dump()
985 void mm_stage1_defrag(struct mm_ptable *t, struct mpool *ppool) in mm_stage1_defrag()
993 void mm_vm_defrag(struct mm_ptable *t, struct mpool *ppool) in mm_vm_defrag()
[all …]
A Dmm_test.cc97 struct mm_ptable ptable; in TEST_F()
110 struct mm_ptable ptable; in TEST_F()
126 struct mm_ptable ptable; in TEST_F()
170 struct mm_ptable ptable; in TEST_F()
215 struct mm_ptable ptable; in TEST_F()
276 struct mm_ptable ptable; in TEST_F()
305 struct mm_ptable ptable; in TEST_F()
327 struct mm_ptable ptable; in TEST_F()
349 struct mm_ptable ptable; in TEST_F()
369 struct mm_ptable ptable; in TEST_F()
[all …]
A Dmm_test.hh17 const struct mm_ptable &ptable);
/hafnium-2.8-rc0/test/hftest/
A Dmm.c30 static struct mm_ptable ptable;

Completed in 12 milliseconds