Searched refs:GetBit (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/arch/riscv64/
H A Darch_smp.cpp50 if (cpuSet.GetBit(i) && i != smp_get_current_cpu())
H A DRISCV64VMTranslationMap.cpp931 if (cpuMask.GetBit(i))
/haiku/src/system/kernel/arch/x86/
H A Darch_smp.cpp143 if (cpuSet.GetBit(i) && i != currentCpu) {
188 if (!cpuSet.GetBit(i) || i == currentCpu)
/haiku/headers/private/kernel/
H A Dsmp.h56 inline bool GetBit(int32 cpu) const;
158 CPUSet::GetBit(int32 cpu) const function in class:CPUSet
/haiku/src/system/kernel/
H A Dsmp.cpp282 if (message->proc_bitmap.GetBit(i))
831 if (!msg->proc_bitmap.GetBit(currentCPU)) {
1124 if (msg->proc_bitmap.GetBit(i))
1152 if (!cpuMask.GetBit(i))
1334 if (sEarlyCPUCallSet.GetBit(cpu))
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp393 if (!slot.valid.GetBit(currentCPU)) {
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp400 if ((slot.valid.GetBit(currentCPU)) == 0) {
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp396 if (!slot.valid.GetBit(currentCPU)) {

Completed in 82 milliseconds