Home
last modified time | relevance | path

Searched defs:ppc_inst (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dinst.h46 #define ppc_inst(x) ((ppc_inst_t){ .val = (x) }) macro
53 #define ppc_inst(x) (x) macro