Home
last modified time | relevance | path

Searched refs:sun4v_1insn (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
192 sun4v_1insn = s; in do_patch_sections()
197 if (sun4v_1insn && tlb_type == hypervisor) { in do_patch_sections()
198 void *p = (void *) sun4v_1insn->sh_addr; in do_patch_sections()
199 sun4v_patch_1insn_range(p, p + sun4v_1insn->sh_size); in do_patch_sections()