/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | paravirt_types.h | 414 #define PVOP_RETVAL(rettype) \ 416 BUILD_BUG_ON(sizeof(rettype) > sizeof(unsigned long)); \ 417 switch (sizeof(rettype)) { \ 453 #define __PVOP_CALL(rettype, op, ...) \ 454 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \ 457 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ 458 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, \ 462 #define __PVOP_CALLEESAVE(rettype, op, ...) \ 463 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, \ 466 #define __PVOP_ALT_CALLEESAVE(rettype, o [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | paravirt_types.h | 479 #define PVOP_RETMASK(rettype) \ 481 switch (sizeof(rettype)) { \ 491 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ 494 rettype __ret; \ 499 if (sizeof(rettype) > sizeof(unsigned long)) { \ 508 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 518 __ret = (rettype)(__eax & PVOP_RETMASK(rettype)); \ 523 #define __PVOP_CALL(rettype, op, pre, post, ...) \ 524 ____PVOP_CALL(rettype, o [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | stacktrace.h | 158 * rc = call_on_stack(nr, stack, rettype, fn, t1, a1, t2, a2, ...) 163 * - rettype is the return type of fn. 168 #define call_on_stack(nr, stack, rettype, fn, ...) \ 170 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 189 (rettype)r2; \ 197 * rc = call_nodat(nr, rettype, fn, t1, a1, t2, a2, ...) 201 * - rettype is the return type of fn. 210 #define call_nodat(nr, rettype, fn, ...) \ 212 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \ 238 (rettype)r [all...] |
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_dir.c | 54 int rettype = DT_REG; in dt_type() local 57 rettype = DT_DIR; in dt_type() 59 rettype = DT_LNK; in dt_type() 61 return rettype; in dt_type()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_dir.c | 51 int rettype = DT_REG; in dt_type() local 54 rettype = DT_DIR; in dt_type() 56 rettype = DT_LNK; in dt_type() 58 return rettype; in dt_type()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | stacktrace.h | 194 * rc = call_on_stack(nr, stack, rettype, fn, t1, a1, t2, a2, ...) 199 * - rettype is the return type of fn. 204 #define call_on_stack(nr, stack, rettype, fn, ...) \ 206 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 225 (rettype)r2; \
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 135 unsigned int rettype, unsigned int retarg, in do_test() 177 if (rettype == -1 || in do_test() 178 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test() 134 do_test(struct vm86plus_struct *v86, unsigned long eip, unsigned int rettype, unsigned int retarg, const char *text) do_test() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 135 unsigned int rettype, unsigned int retarg, in do_test() 177 if (rettype == -1 || in do_test() 178 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test() 134 do_test(struct vm86plus_struct *v86, unsigned long eip, unsigned int rettype, unsigned int retarg, const char *text) do_test() argument
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | cdomain.py | 169 rettype, fullname, arglist, _const = m.groups() 171 if rettype or not arglist:
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | cdomain.py | 169 rettype, fullname, arglist, _const = m.groups() 171 if rettype or not arglist:
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | memtype.c | 713 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 717 return rettype; in lookup_memtype() 730 rettype = entry->type; in lookup_memtype() 732 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 736 return rettype; in lookup_memtype()
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | memtype.c | 674 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 678 return rettype; in lookup_memtype() 691 rettype = entry->type; in lookup_memtype() 693 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 697 return rettype; in lookup_memtype()
|