Searched refs:altinstruction_entry (Results 1 – 2 of 2) sorted by relevance
/linux/arch/loongarch/include/asm/ |
H A D | alternative-asm.h | 15 .macro altinstruction_entry orig alt feature orig_len alt_len 37 altinstruction_entry 140b, 143f, \feature, 142b-140b, 144f-143f 67 altinstruction_entry 140b, 143f, \feature1, 142b-140b, 144f-143f, 142b-141b 68 altinstruction_entry 140b, 144f, \feature2, 142b-140b, 145f-144f, 142b-141b
|
/linux/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 94 .macro altinstruction_entry orig_offset alt_offset cpucap orig_len alt_len 106 altinstruction_entry 661b, 663f, \cap, 662b-661b, 664f-663f 141 altinstruction_entry 661f, 663f, \cap, 662f-661f, 664f-663f 149 altinstruction_entry 663f, 661f, \cap, 664f-663f, 662f-661f 159 altinstruction_entry 661f, \cb, (1 << ARM64_CB_SHIFT) | \cap, 662f-661f, 0
|