Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dinst.h11 struct ppc_inst { struct
18 static inline u32 ppc_inst_val(struct ppc_inst x) in ppc_inst_val() argument
29 #define ppc_inst(x) ((struct ppc_inst){ .val = (x), .suffix = 0xff }) macro
69 #define ppc_inst(x) ((struct ppc_inst){ .val = x }) macro