Searched refs:_PVSITE (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | paravirt.h | 913 #define _PVSITE(ptype, clobbers, ops, word, algn) \ macro 955 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) 970 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4)
|