Searched refs:nASIDPools (Results 1 - 9 of 9) sorted by relevance

/seL4-test-master/kernel/include/arch/x86/arch/32/mode/object/
H A Dstructures.h58 #define nASIDPools BIT(asidHighBits) macro
/seL4-test-master/kernel/include/arch/riscv/arch/object/
H A Dstructures.h32 #define nASIDPools BIT(asidHighBits) macro
/seL4-test-master/kernel/include/arch/x86/arch/64/mode/object/
H A Dstructures.h110 #define nASIDPools BIT(asidHighBits) macro
/seL4-test-master/kernel/include/arch/arm/arch/64/mode/object/
H A Dstructures.h117 #define nASIDPools BIT(asidHighBits) macro
/seL4-test-master/kernel/include/arch/arm/arch/32/mode/object/
H A Dstructures.h105 #define nASIDPools BIT(asidHighBits) macro
/seL4-test-master/kernel/src/arch/riscv/kernel/
H A Dvspace.c972 for (i = 0; i < nASIDPools && riscvKSASIDTable[i]; i++);
974 if (i == nASIDPools) {
/seL4-test-master/kernel/src/arch/x86/kernel/
H A Dvspace.c1297 for (i = 0; i < nASIDPools && x86KSASIDTable[i]; i++);
1299 if (i == nASIDPools) {
/seL4-test-master/kernel/src/arch/arm/32/kernel/
H A Dvspace.c2598 for (i = 0; i < nASIDPools && armKSASIDTable[i]; i++);
2600 if (unlikely(i == nASIDPools)) { /* If no unallocated pool is found */
/seL4-test-master/kernel/src/arch/arm/64/kernel/
H A Dvspace.c2325 for (i = 0; i < nASIDPools && armKSASIDTable[i]; i++);
2327 if (unlikely(i == nASIDPools)) { /* If no unallocated pool is found */

Completed in 116 milliseconds