Searched refs:inKernel (Results 1 – 2 of 2) sorted by relevance
123 node.section.inKernel = !!(thisPc & PC_IN_KERNEL); in PutPcInSlot()222 node->section.inKernel ? (node->section.pc | KERNEL_PREFIX) : node->section.pc); in GetPcsByStackId()
50 uint64_t inKernel : KERNEL_FLAG_BIT_LENGTH; member