MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetCPUArea

Function GetCPUArea

Source/Windows/ARM64EC/Module.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149ThreadCPUArea GetCPUArea() {
150 return ThreadCPUArea(NtCurrentTeb());
151}
152
153bool IsEmulatorStackAddress(uint64_t Address) {
154 return Address <= GetCPUArea().EmulatorStackBase() && Address >= GetCPUArea().EmulatorStackLimit();

Callers 15

IsEmulatorStackAddressFunction · 0.85
HandleUnalignedAccessFunction · 0.85
RethrowGuestExceptionFunction · 0.85
HandleSyscallMethod · 0.85
SyncThreadContextFunction · 0.85
ScopedCallbackDisableMethod · 0.85
ResetToConsistentStateFunction · 0.85
NotifyMemoryAllocFunction · 0.85
NotifyMemoryFreeFunction · 0.85
NotifyMemoryProtectFunction · 0.85

Calls 1

ThreadCPUAreaClass · 0.85

Tested by

no test coverage detected