Searched refs:alt_start (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ |
D | alternative-asm.h | 26 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature 28 .long \alt_start - . 31 .byte \alt_end - \alt_start
|
/Linux-v4.19/arch/powerpc/lib/ |
D | feature-fixups.c | 49 unsigned int *alt_start, unsigned int *alt_end) in patch_alt_instruction() argument 59 if (target < alt_start || target > alt_end) { in patch_alt_instruction() 73 unsigned int *start, *end, *alt_start, *alt_end, *src, *dest; in patch_feature_section() local 77 alt_start = calc_addr(fcur, fcur->alt_start_off); in patch_feature_section() 80 if ((alt_end - alt_start) > (end - start)) in patch_feature_section() 86 src = alt_start; in patch_feature_section() 90 if (patch_alt_instruction(src, dest, alt_start, alt_end)) in patch_feature_section()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | niu.c | 6353 int alt_start; in niu_set_rx_mode() local 6355 alt_start = 0; in niu_set_rx_mode() 6357 alt_start = 1; in niu_set_rx_mode() 6358 for (i = alt_start; i < niu_num_alt_addr(np); i++) { in niu_set_rx_mode()
|