Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/linux/kernel/sched/
H A Ddebug.c495 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument
496 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() argument
499 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() argument
954 #define __PS(S, F) SEQ_printf(m, "%-45s:%21Ld\n", S, (long long)(F)) argument
955 #define __P(F) __PS(#F, F) argument
956 #define P(F) __PS(#F, p->F) argument
957 #define PM(F, M) __PS(#F, p->F & (M)) argument
959 #define __PN(F) __PSN(#F, F) argument
960 #define PN(F) __PSN(#F, p->F) argument
1000 #define P_SCHEDSTAT(F) __PS(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() argument
[all …]
/openbmc/u-boot/lib/
H A Dsha1.c107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro
134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro
188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
/openbmc/qemu/target/i386/
H A Dops_sse.h211 #define SSE_HELPER_1(name, elem, num, F) \ argument
220 #define SSE_HELPER_2(name, elem, num, F) \ argument
386 #define SHUFFLE4(F, a, b, offset) do { \ argument
510 #define SSE_HELPER_S(name, F) SSE_HELPER_P(name, F) argument
939 #define SSE_HELPER_HPS(name, F) \ argument
960 #define SSE_HELPER_HPD(name, F) \ in SSE_HELPER_HPS() argument
1176 #define PACK_HELPER_B(name, F) \ argument
1471 #define SSE_HELPER_HW(name, F) \ argument
1489 #define SSE_HELPER_HL(name, F) \ argument
2531 #define SSE_HELPER_SHA1RNDS4(name, F, K) \ in SSE_HELPER_FMAS() argument
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c189 #define FN_LS(F) { gen_helper_sme_ld1##F, gen_helper_sme_st1##F } in trans_LDST1() argument
190 #define FN_MTE(F) { FN_LS(F), FN_LS(F##_mte) } in trans_LDST1() argument
191 #define FN_HV(F) { FN_MTE(F##_h), FN_MTE(F##_v) } in trans_LDST1() argument
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c158 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument
160 #define R100(F, X) R10(F,X+ 0);R10(F,X+10);R10(F,X+20);R10(F,X+30);R10(F,X+40); \ argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c108 #define MMREG(F) \ argument
117 #define XMMREG(F) \ argument
128 #define REG(F) \ argument
H A Dtest-avx.c96 #define MMREG(F) \ argument
105 #define YMMREG(F) \ argument
124 #define REG(F) \ argument
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dflags.hpp37 constexpr void prohibit(log_flag<Fs...>, log_flag<F>) in prohibit()
/openbmc/linux/rust/kernel/init/
H A D__internal.rs68 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
97 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
/openbmc/linux/scripts/
H A Dparse-maintainers.pl48 F: File and directory pattern label
/openbmc/linux/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
243 u32 F, R, P; in SetCoreClockPLL() local
H A DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h9 #define DEFINE_DYNAMIC_DEBUG_METADATA(D, F) const char *D = F; ((void)D) argument
10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) argument
/openbmc/linux/samples/bpf/
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/openbmc/qemu/target/nios2/
H A Dcpu.c142 #define WR_FIELD(C, F) cpu->cr_state[C].writable |= R_##C##_##F##_MASK in realize_cr_status() argument
143 #define RO_FIELD(C, F) cpu->cr_state[C].readonly |= R_##C##_##F##_MASK in realize_cr_status() argument
/openbmc/qemu/tests/tcg/s390x/
H A Dex-branch.c17 #define FOR_EACH_INSN(F) \ argument
H A Dex-relative-long.c36 #define FOR_EACH_INSN(F) \ argument
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name variable
128 def _decorator(func: F) -> F:
/openbmc/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c15 #define F(body, name, idx) body(name, idx) macro
/openbmc/linux/arch/m68k/fpsp040/
H A Dslogn.S241 .set F,FP_SCR2 define
/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h38 uint8_t F; /* Full Bit */ member
/openbmc/linux/security/apparmor/include/
H A Dnet.h56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
/openbmc/linux/fs/smb/common/
H A Dcifs_md4.c35 static inline u32 F(u32 x, u32 y, u32 z) in F() function

123