zephyr/tests/arch
Kumar Gala 8b24346bff tests: arch: x86: static_idt: Fix test when building with llvm
llvm will generate a different div instruction than gcc does and than
the number of types that the div instruction opcode takes is not 2.

Move to using inline asm with a idivl instruction to ensure the opcode
size is what we expect so that exc_divide_error_handler() can properly
skip over the instruction.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-02-19 20:47:23 -05:00
..
arc/arc_dsp_sharing DSP: add dsp unit test 2022-12-19 11:56:55 +01:00
arm tests: move arm_mpu_regions into tests/arch/ 2023-02-06 10:06:10 +01:00
arm64
common tests: arch: common: timing: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 14:43:55 -04:00
riscv/fpu_sharing tests: riscv: test FPU sharing access behavior 2023-01-30 23:47:36 +00:00
x86 tests: arch: x86: static_idt: Fix test when building with llvm 2023-02-19 20:47:23 -05:00