__dcbflp, __builtin_ppc_dcbflp
Purpose
Data Cache Block Flush Line Primary
Flushes the cache line at address from the primary data cache of a single processor.
Prototype
void __builtin_ppc_dcbflp(const void* address);
void __dcbflp(const void* address);
Note:
- The built-in function in the form of
__name
is a synonym of the built-in function in the form of__builtin_ppc_name
. - The built-in function in the form of
__name
is provided for compatibility with IBM® XL C/C++ for AIX® 16.1.0 or earlier releases. This built-in function form might be deprecated in the future.