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

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h16 #define TOTAL_SLOTS_PER_CPU (USER_SLOTS_PER_CPU \ macro
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h16 #define TOTAL_SLOTS_PER_CPU (USER_SLOTS_PER_CPU \ macro
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp41 (ROUNDUP(SMP_MAX_CPUS * TOTAL_SLOTS_PER_CPU + EXTRA_SLOTS, 1024) / 1024)
539 int32 requiredSlots = smp_get_num_cpus() * TOTAL_SLOTS_PER_CPU
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp42 (ROUNDUP(SMP_MAX_CPUS * TOTAL_SLOTS_PER_CPU + EXTRA_SLOTS, 1024) / 1024)
519 int32 requiredSlots = smp_get_num_cpus() * TOTAL_SLOTS_PER_CPU
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp45 (ROUNDUP(SMP_MAX_CPUS * TOTAL_SLOTS_PER_CPU + EXTRA_SLOTS, \
909 int32 requiredSlots = smp_get_num_cpus() * TOTAL_SLOTS_PER_CPU
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp56 #define TOTAL_SLOTS_PER_CPU (USER_SLOTS_PER_CPU \ macro

Completed in 103 milliseconds