rettype 501 arch/x86/include/asm/paravirt_types.h #define PVOP_RETMASK(rettype) \ rettype 503 arch/x86/include/asm/paravirt_types.h switch (sizeof(rettype)) { \ rettype 513 arch/x86/include/asm/paravirt_types.h #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ rettype 516 arch/x86/include/asm/paravirt_types.h rettype __ret; \ rettype 521 arch/x86/include/asm/paravirt_types.h if (sizeof(rettype) > sizeof(unsigned long)) { \ rettype 530 arch/x86/include/asm/paravirt_types.h __ret = (rettype)((((u64)__edx) << 32) | __eax); \ rettype 540 arch/x86/include/asm/paravirt_types.h __ret = (rettype)(__eax & PVOP_RETMASK(rettype)); \ rettype 545 arch/x86/include/asm/paravirt_types.h #define __PVOP_CALL(rettype, op, pre, post, ...) \ rettype 546 arch/x86/include/asm/paravirt_types.h ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ rettype 549 arch/x86/include/asm/paravirt_types.h #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ rettype 550 arch/x86/include/asm/paravirt_types.h ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \ rettype 581 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL0(rettype, op) \ rettype 582 arch/x86/include/asm/paravirt_types.h __PVOP_CALL(rettype, op, "", "") rettype 586 arch/x86/include/asm/paravirt_types.h #define PVOP_CALLEE0(rettype, op) \ rettype 587 arch/x86/include/asm/paravirt_types.h __PVOP_CALLEESAVE(rettype, op, "", "") rettype 592 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL1(rettype, op, arg1) \ rettype 593 arch/x86/include/asm/paravirt_types.h __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1)) rettype 597 arch/x86/include/asm/paravirt_types.h #define PVOP_CALLEE1(rettype, op, arg1) \ rettype 598 arch/x86/include/asm/paravirt_types.h __PVOP_CALLEESAVE(rettype, op, "", "", PVOP_CALL_ARG1(arg1)) rettype 603 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL2(rettype, op, arg1, arg2) \ rettype 604 arch/x86/include/asm/paravirt_types.h __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ rettype 610 arch/x86/include/asm/paravirt_types.h #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ rettype 611 arch/x86/include/asm/paravirt_types.h __PVOP_CALLEESAVE(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ rettype 618 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ rettype 619 arch/x86/include/asm/paravirt_types.h __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ rettype 627 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ rettype 628 arch/x86/include/asm/paravirt_types.h __PVOP_CALL(rettype, op, \ rettype 638 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ rettype 639 arch/x86/include/asm/paravirt_types.h __PVOP_CALL(rettype, op, "", "", \ rettype 681 arch/x86/mm/pat.c enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; rettype 685 arch/x86/mm/pat.c return rettype; rettype 698 arch/x86/mm/pat.c rettype = entry->type; rettype 700 arch/x86/mm/pat.c rettype = _PAGE_CACHE_MODE_UC_MINUS; rettype 703 arch/x86/mm/pat.c return rettype; rettype 54 fs/9p/vfs_dir.c int rettype = DT_REG; rettype 57 fs/9p/vfs_dir.c rettype = DT_DIR; rettype 59 fs/9p/vfs_dir.c rettype = DT_LNK; rettype 61 fs/9p/vfs_dir.c return rettype; rettype 135 tools/testing/selftests/x86/entry_from_vm86.c unsigned int rettype, unsigned int retarg, rettype 177 tools/testing/selftests/x86/entry_from_vm86.c if (rettype == -1 || rettype 178 tools/testing/selftests/x86/entry_from_vm86.c (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) {