Searched refs:F_rw (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/moe/server/src/ |
A D | name_space.h | 42 F_rw = L4Re::Namespace::Rw, enumerator 47 F_rights_mask = F_rw | F_strong | F_trusted, 98 { return (_flags & F_rw) == F_rw; } in is_rw()
|
A D | main.cc | 564 root_name_space()->register_obj("log", Entry::F_rw, L4_BASE_LOG_CAP); in main() 565 root_name_space()->register_obj("icu", Entry::F_rw, L4_BASE_ICU_CAP); in main() 567 root_name_space()->register_obj("iommu", Entry::F_rw, L4_BASE_IOMMU_CAP); in main() 569 root_name_space()->register_obj("arm_smc", Entry::F_rw, L4_BASE_ARM_SMCCC_CAP); in main() 570 root_name_space()->register_obj("sigma0", Entry::F_trusted | Entry::F_rw, in main() 572 …root_name_space()->register_obj("mem", Entry::F_trusted | Entry::F_rw, Allocator::root_allocator()… in main() 574 … root_name_space()->register_obj("jdb", Entry::F_trusted | Entry::F_rw, L4_BASE_DEBUGGER_CAP); in main() 575 root_name_space()->register_obj("kip", Entry::F_rw, kip_ds->obj_cap()); in main()
|
A D | boot_fs.cc | 212 rwfs_ns->register_obj(name, Entry::F_rw, rf); in init_stage2()
|
/l4re-core-master/l4re/util/include/ |
A D | name_space_svr | 71 F_rw = L4Re::Namespace::Rw, 76 F_rights_mask = F_rw | F_strong | F_trusted, 89 bool is_rw() const { return (_f & F_rw) == F_rw; }
|
/l4re-core-master/l4re/util/libs/ |
A D | name_space_svr.cc | 177 n->obj()->reset(Obj::F_rw); in insert_entry()
|
Completed in 6 milliseconds