Searched refs:sun4v_1insn (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dmodule.c187 const Elf_Shdr *s, *sun4v_1insn = NULL, *sun4v_2insn = NULL; local
192 sun4v_1insn = s;
197 if (sun4v_1insn && tlb_type == hypervisor) {
198 void *p = (void *) sun4v_1insn->sh_addr;
199 sun4v_patch_1insn_range(p, p + sun4v_1insn->sh_size);

Completed in 142 milliseconds