Searched refs:rettype (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | paravirt_types.h | 528 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 531 rettype __ret; \ 536 if (sizeof(rettype) > sizeof(unsigned long)) { \ 545 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 555 __ret = (rettype)__eax; \ 560 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 561 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 564 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 565 ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \ 596 #define PVOP_CALL0(rettype, op) \ argument [all …]
|
/linux-2.6.39/arch/x86/mm/ |
D | pat.c | 387 int rettype = _PAGE_CACHE_WB; in lookup_memtype() local 391 return rettype; in lookup_memtype() 396 rettype = get_page_memtype(page); in lookup_memtype() 401 if (rettype == -1) in lookup_memtype() 402 rettype = _PAGE_CACHE_WB; in lookup_memtype() 404 return rettype; in lookup_memtype() 411 rettype = entry->type; in lookup_memtype() 413 rettype = _PAGE_CACHE_UC_MINUS; in lookup_memtype() 416 return rettype; in lookup_memtype()
|
/linux-2.6.39/fs/9p/ |
D | vfs_dir.c | 70 int rettype = DT_REG; in dt_type() local 73 rettype = DT_DIR; in dt_type() 75 rettype = DT_LNK; in dt_type() 77 return rettype; in dt_type()
|