Home
last modified time | relevance | path

Searched refs:LSX_CTX_ALIGN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h46 #define LSX_CTX_ALIGN 16 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c45 #define LSX_CTX_ALIGN 16 macro
50 } QEMU_ALIGNED(LSX_CTX_ALIGN);
142 sizeof(struct target_lsx_context), LSX_CTX_ALIGN, sp); in setup_extcontext()
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c879 sizeof(struct lsx_context), LSX_CTX_ALIGN, new_sp); in setup_extcontext()