Typedefs | |
using | pointer = void * |
using | integer_pointer = uintptr_t |
Functions | |
void | invd () noexcept |
void | wbinvd () noexcept |
void | clflush (integer_pointer addr) noexcept |
void | clflush (pointer addr) noexcept |
using x64::cache::pointer = typedef void * |
Definition at line 35 of file cache_x64.h.
using x64::cache::integer_pointer = typedef uintptr_t |
Definition at line 36 of file cache_x64.h.
|
inlinenoexcept |
Definition at line 38 of file cache_x64.h.
|
inlinenoexcept |
Definition at line 41 of file cache_x64.h.
|
inlinenoexcept |
Definition at line 44 of file cache_x64.h.
|
inlinenoexcept |
Definition at line 47 of file cache_x64.h.