Go to the source code of this file.
Namespaces | |
x64 | |
x64::cache | |
Typedefs | |
using | x64::cache::pointer = void * |
using | x64::cache::integer_pointer = uintptr_t |
Functions | |
void | __invd (void) noexcept |
void | __wbinvd (void) noexcept |
void | __clflush (void *addr) noexcept |
void | x64::cache::invd () noexcept |
void | x64::cache::wbinvd () noexcept |
void | x64::cache::clflush (integer_pointer addr) noexcept |
void | x64::cache::clflush (pointer addr) noexcept |
|
noexcept |
Definition at line 28 of file test_cache_x64.cpp.
|
noexcept |
Definition at line 114 of file test_exit_handler_intel_x64.cpp.
|
noexcept |
Definition at line 36 of file test_cache_x64.cpp.