Searched refs:FPU_put_user (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | reg_ld_str.c | 351 FPU_put_user(st0_ptr->sigh, in FPU_store_extended() 353 FPU_put_user(exponent16(st0_ptr), in FPU_store_extended() 544 FPU_put_user(0xfff80000, in FPU_store_double() 728 FPU_put_user(0xffc00000, in FPU_store_single() 888 FPU_put_user((short)t.sigl, d); in FPU_store_int16() 932 FPU_put_user(0xff, d + 8); in FPU_store_bcd() 933 FPU_put_user(0xff, d + 9); in FPU_store_bcd() 950 FPU_put_user(b, d + i); in FPU_store_bcd() 954 FPU_put_user(sign, d + 9); in FPU_store_bcd() 1159 FPU_put_user(operand_address.offset, in fstenv() [all …]
|
A D | load_store.c | 295 FPU_put_user(control_word, in FPU_load_store() 309 FPU_put_user(status_word(), in FPU_load_store()
|
A D | fpu_system.h | 128 #define FPU_put_user(x,y) do { if (put_user((x),(y))) FPU_abort; } while (0) macro
|
Completed in 5 milliseconds