Searched refs:arch_float_enable (Results  1 – 12 of 12) sorted by relevance
| /Zephyr-latest/kernel/ | 
| D | float.c | 24 	return arch_float_enable(thread, options);  in z_impl_k_float_enable()
 | 
| /Zephyr-latest/arch/x86/core/intel64/ | 
| D | thread.c | 78 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/sparc/core/ | 
| D | thread.c | 75 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/x86/core/ia32/ | 
| D | thread.c | 65 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/kernel/include/ | 
| D | kernel_arch_interface.h | 212 int arch_float_enable(struct k_thread *thread, unsigned int options);
 | 
| /Zephyr-latest/arch/posix/core/ | 
| D | thread.c | 108 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/xtensa/core/ | 
| D | thread.c | 148 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | fpu.c | 347 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | fpu.c | 342 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/arm/core/cortex_a_r/ | 
| D | thread.c | 410 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/arc/core/ | 
| D | thread.c | 262 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 | 
| /Zephyr-latest/arch/arm/core/cortex_m/ | 
| D | thread.c | 456 int arch_float_enable(struct k_thread *thread, unsigned int options)  in arch_float_enable()  function
 |