Searched refs:BUILDIO (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/shared/ |
D | io.h | 7 #define BUILDIO(bwl, bw, type) \ macro 22 BUILDIO(b, b, u8) 23 BUILDIO(w, w, u16) 24 BUILDIO(l, , u32) 25 #undef BUILDIO
|
/linux-6.12.1/arch/x86/include/asm/ |
D | io.h | 263 #define BUILDIO(bwl, type) \ macro 309 BUILDIO(b, u8) 310 BUILDIO(w, u16) 311 BUILDIO(l, u32) 312 #undef BUILDIO
|