Searched refs:ROOTCN_SLOT_SLOT_ALLOC0 (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/include/barrelfish_kpi/
H A Dinit.h69 #define ROOTCN_SLOT_SLOT_ALLOC0 7 ///< Root of slot alloc0 macro
/barrelfish-2018-10-04/lib/mm/
H A Dslot_alloc.c126 // Use ROOTCN_SLOT_SLOT_ALLOC0 as CNode fore basecn allocator
128 this->cap.cnode.cnode = ROOTCN_SLOT_ADDR(ROOTCN_SLOT_SLOT_ALLOC0);
/barrelfish-2018-10-04/kernel/
H A Dstartup.c202 assert(ROOTCN_SLOT_SLOT_ALLOC0 + 1 == ROOTCN_SLOT_SLOT_ALLOC1);
204 st->slot_alloc_cn0 = caps_locate_slot(CNODE(rootcn), ROOTCN_SLOT_SLOT_ALLOC0);
/barrelfish-2018-10-04/usr/mem_serv/
H A Dmem_serv.c394 // Use ROOTCN_SLOT_SLOT_ALLOC0 as initial cnode for mm slot allocator
398 .cnode = ROOTCN_SLOT_ADDR(ROOTCN_SLOT_SLOT_ALLOC0),
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dmem_serv.c522 // Use ROOTCN_SLOT_SLOT_ALLOC0 as initial cnode for mm slot allocator
526 .cnode = ROOTCN_SLOT_ADDR(ROOTCN_SLOT_SLOT_ALLOC0),
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn.c54 err = cnode_create_foreign_l2(si->rootcn_cap, ROOTCN_SLOT_SLOT_ALLOC0, NULL);

Completed in 48 milliseconds