Lines Matching refs:bhb
688 .macro tramp_ventry, vector_start, regsize, kpti, bhb argument
695 .if \bhb == BHB_MITIGATION_LOOP
703 .if \bhb == BHB_MITIGATION_INSN
730 .if \bhb == BHB_MITIGATION_FW
744 .macro generate_tramp_vector, kpti, bhb argument
749 tramp_ventry .Lvector_start\@, 64, \kpti, \bhb
752 tramp_ventry .Lvector_start\@, 32, \kpti, \bhb
766 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_LOOP
767 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_FW
768 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_INSN
770 generate_tramp_vector kpti=1, bhb=BHB_MITIGATION_NONE
786 .macro generate_el1_vector, bhb argument
799 tramp_ventry .Lvector_start\@, 64, 0, \bhb
802 tramp_ventry .Lvector_start\@, 32, 0, \bhb
811 generate_el1_vector bhb=BHB_MITIGATION_LOOP
812 generate_el1_vector bhb=BHB_MITIGATION_FW
813 generate_el1_vector bhb=BHB_MITIGATION_INSN