Searched refs:node_ptr (Results 1 - 5 of 5) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h73 mdb_node_t *node_ptr, word_t mdbNext,
76 node_ptr->words[1] = mdbNext | (mdbRevocable << 1) | mdbFirstBadged;
80 mdb_node_ptr_set_mdbPrev_np(mdb_node_t *node_ptr, word_t mdbPrev) argument
82 node_ptr->words[0] = mdbPrev;
72 mdb_node_ptr_mset_mdbNext_mdbRevocable_mdbFirstBadged( mdb_node_t *node_ptr, word_t mdbNext, word_t mdbRevocable, word_t mdbFirstBadged) argument
/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h53 mdb_node_t *node_ptr, word_t mdbNext,
56 node_ptr->words[1] = mdbNext | (mdbRevocable << 1) | mdbFirstBadged;
60 mdb_node_ptr_set_mdbPrev_np(mdb_node_t *node_ptr, word_t mdbPrev) argument
62 node_ptr->words[0] = mdbPrev;
52 mdb_node_ptr_mset_mdbNext_mdbRevocable_mdbFirstBadged( mdb_node_t *node_ptr, word_t mdbNext, word_t mdbRevocable, word_t mdbFirstBadged) argument
/seL4-l4v-10.1.1/seL4/include/arch/riscv/arch/fastpath/
H A Dfastpath.h58 mdb_node_t *node_ptr, word_t mdbNext,
61 node_ptr->words[1] = mdbNext | (mdbRevocable << 1) | mdbFirstBadged;
65 mdb_node_ptr_set_mdbPrev_np(mdb_node_t *node_ptr, word_t mdbPrev) argument
67 node_ptr->words[0] = mdbPrev;
57 mdb_node_ptr_mset_mdbNext_mdbRevocable_mdbFirstBadged( mdb_node_t *node_ptr, word_t mdbNext, word_t mdbRevocable, word_t mdbFirstBadged) argument
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h62 mdb_node_t *node_ptr, word_t mdbNext,
65 node_ptr->words[1] = mdbNext | (mdbRevocable << 1) | mdbFirstBadged;
69 mdb_node_ptr_set_mdbPrev_np(mdb_node_t *node_ptr, word_t mdbPrev) argument
71 node_ptr->words[0] = mdbPrev;
61 mdb_node_ptr_mset_mdbNext_mdbRevocable_mdbFirstBadged( mdb_node_t *node_ptr, word_t mdbNext, word_t mdbRevocable, word_t mdbFirstBadged) argument
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/64/mode/fastpath/
H A Dfastpath.h89 mdb_node_t *node_ptr, word_t mdbNext,
92 node_ptr->words[1] = mdbNext | (mdbRevocable << 1) | mdbFirstBadged;
96 mdb_node_ptr_set_mdbPrev_np(mdb_node_t *node_ptr, word_t mdbPrev) argument
98 node_ptr->words[0] = mdbPrev;
88 mdb_node_ptr_mset_mdbNext_mdbRevocable_mdbFirstBadged( mdb_node_t *node_ptr, word_t mdbNext, word_t mdbRevocable, word_t mdbFirstBadged) argument

Completed in 81 milliseconds