Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dinst.h11 struct ppc_inst { struct
29 #define ppc_inst(x) ((struct ppc_inst){ .val = (x), .suffix = 0xff }) macro
69 #define ppc_inst global() macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dinst.h46 #define ppc_inst(x) ((ppc_inst_t){ .val = (x) }) macro
53 #define ppc_inst(x) (x) macro

Completed in 2 milliseconds