Lines Matching refs:bhb
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
753 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_NONE
787 .macro generate_el1_vector, bhb argument
800 tramp_ventry .Lvector_start\@, 64, 0, \bhb
803 tramp_ventry .Lvector_start\@, 32, 0, \bhb
812 generate_el1_vector bhb=BHB_MITIGATION_LOOP
813 generate_el1_vector bhb=BHB_MITIGATION_FW
814 generate_el1_vector bhb=BHB_MITIGATION_INSN