Searched refs:rettype (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt_types.h | 539 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 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, ...) \ argument 572 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 575 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 576 ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \ 607 #define PVOP_CALL0(rettype, op) \ argument [all …]
|
/linux-4.1.27/fs/9p/ |
D | vfs_dir.c | 69 int rettype = DT_REG; in dt_type() local 72 rettype = DT_DIR; in dt_type() 74 rettype = DT_LNK; in dt_type() 76 return rettype; in dt_type()
|
/linux-4.1.27/arch/x86/mm/ |
D | pat.c | 524 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 528 return rettype; in lookup_memtype() 533 rettype = get_page_memtype(page); in lookup_memtype() 538 if (rettype == -1) in lookup_memtype() 539 rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() 541 return rettype; in lookup_memtype() 548 rettype = entry->type; in lookup_memtype() 550 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 553 return rettype; in lookup_memtype()
|