Home
last modified time | relevance | path

Searched refs:PPC_DCBSTPS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/powerpc/lib/
Dpmem.c21 asm volatile(PPC_DCBSTPS(%0, %1): :"i"(0), "r"(addr): "memory"); in __clean_pmem_range()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h564 #define PPC_DCBSTPS(a, b) stringify_in_c(.long PPC_RAW_DCBSTPS(a, b)) macro