zephyr/include/arch/x86
Daniel Leung c0c0dc3d17 x86: type cast to uint8_t* for bit ops
This changes the type casting of the incoming addresses to
the bit ops from uint32_t* to uint8_t*. This avoids compilers
and static analyzers complaining about the incoming out of
bound access if incoming argument is an array smaller than
4 bytes.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-07-22 07:24:11 -05:00
..
ia32 cmake: c++ exceptions linking support 2021-05-27 07:43:28 -05:00
intel64
acpi.h
arch.h x86: type cast to uint8_t* for bit ops 2021-07-22 07:24:11 -05:00
arch_inlines.h
intel_vtd.h
memmap.h
memory.ld
mmustructs.h
msr.h
multiboot.h coding guidelines: add to function prototypes form named parameters 2021-06-04 16:20:06 -05:00
pagetables.ld
thread_stack.h