Searched refs:rettype (Results 1 – 3 of 3) sorted by relevance
| /arch/x86/include/asm/ |
| A D | paravirt_types.h | 369 #define PVOP_RETVAL(rettype) \ argument 372 switch (sizeof(rettype)) { \ 422 #define __PVOP_CALL(rettype, op, ...) \ argument 423 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \ 458 #define PVOP_CALL0(rettype, op) \ argument 459 __PVOP_CALL(rettype, op) 463 __PVOP_ALT_CALL(rettype, op, alt, cond) 467 #define PVOP_CALLEE0(rettype, op) \ argument 468 __PVOP_CALLEESAVE(rettype, op) 477 #define PVOP_CALL1(rettype, op, arg1) \ argument [all …]
|
| /arch/s390/include/asm/ |
| A D | stacktrace.h | 187 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument 189 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 208 (rettype)r2; \ 229 #define call_nodat(nr, rettype, fn, ...) \ argument 231 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \ 257 (rettype)r2; \
|
| /arch/x86/mm/pat/ |
| A D | memtype.c | 656 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 660 return rettype; in lookup_memtype() 673 rettype = entry->type; in lookup_memtype() 675 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 679 return rettype; in lookup_memtype()
|
Completed in 9 milliseconds