Home
last modified time | relevance | path

Searched refs:do_fpu (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/x86/crypto/
Decb_cbc_helpers.h21 bool do_fpu = (fpu_blocks) != -1 && \
26 if (do_fpu) kernel_fpu_begin()
68 if (do_fpu) kernel_fpu_end(); \
/Linux-v6.1/arch/loongarch/kernel/
Dtraps.c530 asmlinkage void noinstr do_fpu(struct pt_regs *regs) in do_fpu() function