Lines Matching +full:non +full:- +full:live
1 // SPDX-License-Identifier: GPL-2.0
3 * Alternative live-patching for parisc.
20 __setup("no-alternatives", setup_no_alternatives);
37 * If the PDC_MODEL capabilities has Non-coherent IO-PDIR bit in apply_alternatives()
39 * time IO-PDIR is changed in Ike/Astro. in apply_alternatives()
50 from = (u32 *)((ulong)&entry->orig_offset + entry->orig_offset); in apply_alternatives()
51 len = entry->len; in apply_alternatives()
52 cond = entry->cond; in apply_alternatives()
53 replacement = entry->replacement; in apply_alternatives()
79 replacement = 0xe8000002 + (len-2)*8; /* "b,n .+8" */ in apply_alternatives()
87 len = -len; in apply_alternatives()
88 source = (u32 *)((ulong)&entry->replacement + entry->replacement); in apply_alternatives()