Home
last modified time | relevance | path

Searched refs:alt_end (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dalternative.h193 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature
199 .org . - ( \orig_end - \orig_start ) + ( \alt_end - \alt_start )
200 .org . - ( \alt_end - \alt_start ) + ( \orig_end - \orig_start )
/linux/arch/powerpc/mm/
H A Dinit_64.c324 unsigned long alt_start = ~0, alt_end = ~0; in __vmemmap_free() local
330 alt_end = altmap->base_pfn + altmap->reserve + altmap->free; in __vmemmap_free()
356 if (base_pfn >= alt_start && base_pfn < alt_end) { in __vmemmap_free()
/linux/arch/x86/kernel/
H A Dcallthunks.c251 patch_alt_call_sites(cs->alt_start, cs->alt_end, ct); in callthunks_setup()
261 .alt_end = __alt_instructions_end in callthunks_patch_builtin_calls()