Home
last modified time | relevance | path

Searched defs:FPU_put_user (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_system.h128 #define FPU_put_user(x,y) do { if (put_user((x),(y))) FPU_abort; } while (0) macro
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_system.h128 #define FPU_put_user(x,y) do { if (put_user((x),(y))) FPU_abort; } while (0) macro

Completed in 2 milliseconds