Home
last modified time | relevance | path

Searched refs:bhb (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/include/asm/
H A Dvmlinux.lds.h136 .vectors.bhb.loop8 { \
137 OVERLAY_KEEP(*(.vectors.bhb.loop8)) \
139 .vectors.bhb.bpiall { \
140 OVERLAY_KEEP(*(.vectors.bhb.bpiall)) \
144 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \
145 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \
147 SIZEOF(.vectors.bhb.loop8) + \
148 SIZEOF(.vectors.bhb.bpiall); \
/linux/arch/arm64/kernel/
H A Dentry.S684 .macro tramp_ventry, vector_start, regsize, kpti, bhb argument
691 .if \bhb == BHB_MITIGATION_LOOP
699 .if \bhb == BHB_MITIGATION_INSN
726 .if \bhb == BHB_MITIGATION_FW
740 .macro generate_tramp_vector, kpti, bhb argument
745 tramp_ventry .Lvector_start\@, 64, \kpti, \bhb
748 tramp_ventry .Lvector_start\@, 32, \kpti, \bhb
762 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_LOOP
763 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_FW
764 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_INSN
[all …]