Searched refs:KERNEL_PREFIX (Results 1 – 2 of 2) sorted by relevance
39 constexpr uint64_t KERNEL_PREFIX = 0xFFFFFFull << 40; variable
222 node->section.inKernel ? (node->section.pc | KERNEL_PREFIX) : node->section.pc); in GetPcsByStackId()