Home
last modified time | relevance | path

Searched refs:cpu_mask (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp771 const uint32_t cpu_mask = packet.GetU32(&offset); in DumpPacket() local
775 cpu_mask, cpu_type, cpu_subtype); in DumpPacket()
915 const uint32_t cpu_mask = packet.GetU32(&offset); in DumpPacket() local
916 s.Printf(" (cpu_mask = 0x%8.8x)", cpu_mask); in DumpPacket()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp246 uint32_t cpu_mask; member
488 if (entries[i].cpu == (cpu & entries[i].cpu_mask)) in FindArchDefinitionEntry()