Searched refs:rettype (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt_types.h | 431 #define PVOP_RETVAL(rettype) \ argument 433 BUILD_BUG_ON(sizeof(rettype) > sizeof(unsigned long)); \ 434 switch (sizeof(rettype)) { \ 472 #define __PVOP_CALL(rettype, op, ...) \ argument 473 ____PVOP_CALL(PVOP_RETVAL(rettype), op, CLBR_ANY, \ 476 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 477 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 481 #define __PVOP_CALLEESAVE(rettype, op, ...) \ argument 482 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, CLBR_RET_REG, \ 485 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument [all …]
|
/arch/s390/include/asm/ |
D | stacktrace.h | 168 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument 170 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 189 (rettype)r2; \
|
/arch/x86/mm/pat/ |
D | memtype.c | 713 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 717 return rettype; in lookup_memtype() 730 rettype = entry->type; in lookup_memtype() 732 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 736 return rettype; in lookup_memtype()
|