Searched refs:PACKey (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch64/ |
D | pointer-auth-aarch64.cc | 37 const Simulator::PACKey Simulator::kPACKeyIA = {0xc31718727de20f71, 40 const Simulator::PACKey Simulator::kPACKeyIB = {0xeebb163b474e04c8, 43 const Simulator::PACKey Simulator::kPACKeyDA = {0x5caef808deb8b1e2, 46 const Simulator::PACKey Simulator::kPACKeyDB = {0xe06aa1a949ba8cc7, 52 const Simulator::PACKey Simulator::kPACKeyGA = {0xfcd98a44d564b3d5, 115 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() 144 PACKey key, in AuthPAC() 166 PACKey key, in AddPAC()
|
D | simulator-aarch64.h | 1659 struct PACKey { 1687 uint64_t ComputePAC(uint64_t data, uint64_t context, PACKey key); 1690 PACKey key, 1692 uint64_t AddPAC(uint64_t ptr, uint64_t context, PACKey key, PointerType type); 3298 static const PACKey kPACKeyIA; 3299 static const PACKey kPACKeyIB; 3300 static const PACKey kPACKeyDA; 3301 static const PACKey kPACKeyDB; 3302 static const PACKey kPACKeyGA;
|
D | simulator-aarch64.cc | 1180 PACKey key = (instr->ExtractBit(10) == 0) ? kPACKeyIA : kPACKeyIB; in VisitUnconditionalBranchToRegister() 1574 PACKey key = (instr->ExtractBit(23) == 0) ? kPACKeyDA : kPACKeyDB; in VisitLoadStorePAC()
|
/external/vixl/test/aarch64/ |
D | test-pointer-auth-aarch64.cc | 45 Simulator::PACKey key = {0x84be85ce9804e94b, 0xec2802d4e0a488e9, -1}; in TEST() 61 Simulator::PACKey key_a = {0x84be85ce9804e94b, 0xec2802d4e0a488e9, 0}; in TEST() 62 Simulator::PACKey key_b = {0xec1119e288704d13, 0xd7f6b76e1cea585e, 1}; in TEST()
|
/external/v8/src/execution/arm64/ |
D | pointer-auth-arm64.cc | 13 const Simulator::PACKey Simulator::kPACKeyIB = {0xeebb163b474e04c8, 152 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() 219 uint64_t Simulator::AuthPAC(uint64_t ptr, uint64_t context, PACKey key, in AuthPAC() 242 uint64_t Simulator::AddPAC(uint64_t ptr, uint64_t context, PACKey key, in AddPAC()
|
D | simulator-arm64.h | 1394 struct PACKey { struct 1400 static const PACKey kPACKeyIB; argument 1427 PACKey key); 1429 PACKey key, PointerType type); 1431 PACKey key, PointerType type);
|