Searched refs:PROT_DEVICE_MAP (Results 1 – 4 of 4) sorted by relevance
63 if (map->start == 0 || (map->flags & PROT_DEVICE_MAP)) { in GetFunctionName()
106 if (map_info == nullptr || map_info->flags & PROT_DEVICE_MAP) { in GetFunctionName()
1585 ASSERT_EQ(PROT_DEVICE_MAP, map.flags & PROT_DEVICE_MAP); in UnwindFromDevice()1596 ASSERT_TRUE((map.flags & PROT_DEVICE_MAP) == 0); in UnwindFromDevice()1598 map.flags |= PROT_DEVICE_MAP; in UnwindFromDevice()
43 static constexpr int PROT_DEVICE_MAP = 0x8000; variable