Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dmodule.c187 const Elf_Shdr *s, *sun4v_1insn = NULL, *sun4v_2insn = NULL; in do_patch_sections() local
194 sun4v_2insn = s; in do_patch_sections()
201 if (sun4v_2insn && tlb_type == hypervisor) { in do_patch_sections()
202 void *p = (void *) sun4v_2insn->sh_addr; in do_patch_sections()
203 sun4v_patch_2insn_range(p, p + sun4v_2insn->sh_size); in do_patch_sections()