Home
last modified time | relevance | path

Searched defs:ppc_inst_prefix (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dinst.h31 #define ppc_inst_prefix(x, y) ((struct ppc_inst){ .val = (x), .suffix = (y) }) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dinst.h62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) }) macro
70 #define ppc_inst_prefix(x, y) ((void)y, ppc_inst(x)) macro

Completed in 2 milliseconds