Searched refs:rettype (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt_types.h | 543 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 546 rettype __ret; \ 551 if (sizeof(rettype) > sizeof(unsigned long)) { \ 560 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 570 __ret = (rettype)__eax; \ 575 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 576 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 579 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 580 ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \ 611 #define PVOP_CALL0(rettype, op) \ argument [all …]
|
/arch/x86/mm/ |
D | pat.c | 654 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 658 return rettype; in lookup_memtype() 671 rettype = entry->type; in lookup_memtype() 673 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 676 return rettype; in lookup_memtype()
|