Home
last modified time | relevance | path

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

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