Lines Matching full:funcid
52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId,
62 // lis 0, FuncId[16..32]
63 // li 0, FuncId[0..15]
65 (0x3c000000ull + (FuncId >> 16)) +
66 ((0x60000000ull + (FuncId & 0xffff)) << 32);
77 const bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
85 // lis 0, FuncId[16..32]
86 // li 0, FuncId[0..15]
88 (0x3c000000ull + (FuncId >> 16)) +
89 ((0x60000000ull + (FuncId & 0xffff)) << 32);
100 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
102 return patchFunctionExit(Enable, FuncId, Sled, Trampolines);
108 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,