Searched refs:MCN_COUNT (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/include/target/x86/barrelfish/
H A Dpmap_target.h23 #define MCN_COUNT DIVIDE_ROUND_UP(PTABLE_ENTRIES, L2_CNODE_SLOTS) macro
35 struct capref mcn[MCN_COUNT]; ///< CNodes to store mappings (caprefs)
36 struct cnoderef mcnode[MCN_COUNT]; ///< CNodeRefs of mapping cnodes
/barrelfish-master/include/target/arm/barrelfish/
H A Dpmap_target.h21 #define MCN_COUNT DIVIDE_ROUND_UP(ARM_L2_MAX_ENTRIES, L2_CNODE_SLOTS) macro
34 struct capref mcn[MCN_COUNT]; ///< CNodes to store mappings (caprefs)
35 struct cnoderef mcnode[MCN_COUNT]; ///< CNodeRefs of mapping cnodes
/barrelfish-master/include/target/aarch64/barrelfish/
H A Dpmap_target.h22 #define MCN_COUNT DIVIDE_ROUND_UP(PTABLE_ENTRIES, L2_CNODE_SLOTS) macro
29 struct capref mcn[MCN_COUNT]; ///< CNodes to store mappings (caprefs)
30 struct cnoderef mcnode[MCN_COUNT]; ///< CNodeRefs of mapping cnodes
/barrelfish-master/include/arch/x86_64/barrelfish/
H A Dcapabilities_arch.h42 capaddr_t mcn[2*MCN_COUNT];
43 for (size_t i = 0; i < MCN_COUNT; i++) {
47 for (size_t i = 0; i < MCN_COUNT; i++) {
48 mcn[MCN_COUNT+i] = get_cap_addr(dst_mapping_cn[i]);
/barrelfish-master/include/arch/aarch64/barrelfish/
H A Dcapabilities_arch.h42 capaddr_t mcn[2*MCN_COUNT];
43 for (size_t i = 0; i < MCN_COUNT; i++) {
47 for (size_t i = 0; i < MCN_COUNT; i++) {
48 mcn[MCN_COUNT+i] = get_cap_addr(dst_mapping_cn[i]);
/barrelfish-master/include/arch/arm/barrelfish/
H A Dcapabilities_arch.h44 capaddr_t mcn[2*MCN_COUNT];
45 for (size_t i = 0; i < MCN_COUNT; i++) {
49 for (size_t i = 0; i < MCN_COUNT; i++) {
50 mcn[MCN_COUNT+i] = get_cap_addr(dst_mapping_cn[i]);
/barrelfish-master/lib/barrelfish/arch/x86/
H A Dpmap.c164 for (int i = 0; i < MCN_COUNT; i++) {
247 for (int x = 0; x < MCN_COUNT; x++) {
/barrelfish-master/lib/barrelfish/
H A Dpmap_serialise.c170 for (int i = 0; i < MCN_COUNT; i++) {
/barrelfish-master/lib/barrelfish/arch/aarch64/
H A Dpmap.c193 for (int i = 0; i < MCN_COUNT; i++) {
/barrelfish-master/lib/barrelfish/arch/arm/
H A Dpmap.c349 for (int i = 0; i < MCN_COUNT; i++) {

Completed in 48 milliseconds