Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h552 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
555 rettype __ret; \
560 if (sizeof(rettype) > sizeof(unsigned long)) { \
569 __ret = (rettype)((((u64)__edx) << 32) | __eax); \
579 __ret = (rettype)__eax; \
584 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
585 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \
588 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
589 ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \
620 #define PVOP_CALL0(rettype, op) \ argument
[all …]
/linux-4.4.14/fs/9p/
Dvfs_dir.c69 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.4.14/tools/testing/selftests/x86/
Dentry_from_vm86.c110 unsigned int rettype, unsigned int retarg, in do_test() argument
152 if (rettype == -1 || in do_test()
153 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test()
/linux-4.4.14/arch/x86/mm/
Dpat.c614 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local
618 return rettype; in lookup_memtype()
631 rettype = entry->type; in lookup_memtype()
633 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype()
636 return rettype; in lookup_memtype()