morpheus_network::asm::core::cache

Function clflush

Source
pub unsafe fn clflush(addr: *const u8)
Expand description

Flush single cache line containing address.

ยงSafety

Address must be valid.