Searched refs:bhb (Results 1 – 3 of 3) sorted by relevance
/arch/arm/include/asm/ |
D | vmlinux.lds.h | 131 .vectors.bhb.loop8 { \ 132 *(.vectors.bhb.loop8) \ 134 .vectors.bhb.bpiall { \ 135 *(.vectors.bhb.bpiall) \ 139 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \ 140 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \ 142 SIZEOF(.vectors.bhb.loop8) + \ 143 SIZEOF(.vectors.bhb.bpiall); \
|
/arch/arm64/kernel/ |
D | entry.S | 655 .macro tramp_ventry, vector_start, regsize, kpti, bhb argument 662 .if \bhb == BHB_MITIGATION_LOOP 670 .if \bhb == BHB_MITIGATION_INSN 697 .if \bhb == BHB_MITIGATION_FW 727 .macro generate_tramp_vector, kpti, bhb argument 732 tramp_ventry .Lvector_start\@, 64, \kpti, \bhb 735 tramp_ventry .Lvector_start\@, 32, \kpti, \bhb 749 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_LOOP 750 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_FW 751 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_INSN [all …]
|
/arch/arm/kernel/ |
D | entry-armv.S | 1039 @ bhb workaround 1057 @ bhb workaround 1229 .section .vectors.bhb.loop8, "ax", %progbits 1240 .section .vectors.bhb.bpiall, "ax", %progbits
|