14#ifndef ZEPHYR_INCLUDE_ARCH_ARM64_PAC_H_
15#define ZEPHYR_INCLUDE_ARCH_ARM64_PAC_H_
61void z_arm64_pac_keys_generate(
struct pac_keys *keys);
68void z_arm64_pac_keys_save(
struct pac_keys *keys);
75void z_arm64_pac_keys_restore(
const struct pac_keys *keys);
85void z_arm64_pac_thread_context_switch(
struct k_thread *new_thread,
struct k_thread *old_thread);
irp hi
Definition asm-macro-32-bit-gnu.h:10
__UINT64_TYPE__ uint64_t
Definition stdint.h:91
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Thread Structure.
Definition thread.h:259