Searched refs:seL4_MaxUntypedBits (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/kernel/libsel4/sel4_arch_include/ia32/sel4/sel4_arch/
H A Dconstants.h66 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/ia32/sel4/sel4_arch/
H A Dconstants.h66 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/kernel/libsel4/sel4_arch_include/riscv64/sel4/sel4_arch/
H A Dconstants.h50 #define seL4_MaxUntypedBits 38 macro
/seL4-refos-master/kernel/libsel4/sel4_arch_include/riscv32/sel4/sel4_arch/
H A Dconstants.h31 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/riscv64/sel4/sel4_arch/
H A Dconstants.h50 #define seL4_MaxUntypedBits 38 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/riscv32/sel4/sel4_arch/
H A Dconstants.h31 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/kernel/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dconstants.h64 #define seL4_MaxUntypedBits 47 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dconstants.h64 #define seL4_MaxUntypedBits 47 macro
/seL4-refos-master/kernel/libsel4/sel4_arch_include/arm_hyp/sel4/sel4_arch/
H A Dconstants.h244 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/kernel/libsel4/sel4_arch_include/aarch32/sel4/sel4_arch/
H A Dconstants.h244 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/arm_hyp/sel4/sel4_arch/
H A Dconstants.h244 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/aarch32/sel4/sel4_arch/
H A Dconstants.h244 #define seL4_MaxUntypedBits 29 macro
/seL4-refos-master/kernel/libsel4/sel4_arch_include/aarch64/sel4/sel4_arch/
H A Dconstants.h236 #define seL4_MaxUntypedBits 47 macro
/seL4-refos-master/libs/libsel4/sel4_arch_include/aarch64/sel4/sel4_arch/
H A Dconstants.h236 #define seL4_MaxUntypedBits 47 macro
/seL4-refos-master/kernel/src/object/
H A Duntyped.c81 if (userObjSize >= wordBits || objectSize > seL4_MaxUntypedBits) {
85 current_syscall_error.rangeErrorMax = seL4_MaxUntypedBits;
/seL4-refos-master/kernel/src/kernel/
H A Dboot.c608 if (size_bits > seL4_MaxUntypedBits) {
609 size_bits = seL4_MaxUntypedBits;
/seL4-refos-master/libs/libsel4allocman/src/
H A Dbootstrap.c983 size_t next_size_bits = get_next_alignment_bits(base, goal, seL4_MaxUntypedBits);
/seL4-refos-master/projects/seL4_libs/libsel4allocman/src/
H A Dbootstrap.c983 size_t next_size_bits = get_next_alignment_bits(base, goal, seL4_MaxUntypedBits);

Completed in 70 milliseconds