Searched refs:bhb (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | vmlinux.lds.h | 130 .vectors.bhb.loop8 { \ 131 *(.vectors.bhb.loop8) \ 133 .vectors.bhb.bpiall { \ 134 *(.vectors.bhb.bpiall) \ 138 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \ 139 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \ 141 SIZEOF(.vectors.bhb.loop8) + \ 142 SIZEOF(.vectors.bhb.bpiall); \
|
/linux/arch/arm64/kernel/ |
H A D | entry.S | 686 .macro tramp_ventry, vector_start, regsize, kpti, bhb argument 693 .if \bhb == BHB_MITIGATION_LOOP 701 .if \bhb == BHB_MITIGATION_INSN 728 .if \bhb == BHB_MITIGATION_FW 742 .macro generate_tramp_vector, kpti, bhb argument 747 tramp_ventry .Lvector_start\@, 64, \kpti, \bhb 750 tramp_ventry .Lvector_start\@, 32, \kpti, \bhb 764 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_LOOP 765 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_FW 766 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_INSN [all …]
|
/linux/arch/arm/kernel/ |
H A D | entry-armv.S | 904 @ bhb workaround 1087 .section .vectors.bhb.loop8, "ax", %progbits 1100 .section .vectors.bhb.bpiall, "ax", %progbits
|