Searched refs:rettype (Results 1 - 2 of 2) sorted by relevance

/arch/x86/include/asm/
H A Dparavirt_types.h539 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \
542 rettype __ret; \
547 if (sizeof(rettype) > sizeof(unsigned long)) { \
556 __ret = (rettype)((((u64)__edx) << 32) | __eax); \
566 __ret = (rettype)__eax; \
571 #define __PVOP_CALL(rettype, op, pre, post, ...) \
572 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \
575 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \
576 ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \
607 #define PVOP_CALL0(rettype, o
[all...]
/arch/x86/mm/
H A Dpat.c402 int rettype = _PAGE_CACHE_WB; local
406 return rettype;
411 rettype = get_page_memtype(page);
416 if (rettype == -1)
417 rettype = _PAGE_CACHE_WB;
419 return rettype;
426 rettype = entry->type;
428 rettype = _PAGE_CACHE_UC_MINUS;
431 return rettype;

Completed in 121 milliseconds