Searched refs:pv_cpu_ops (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | paravirt.h | 75 struct pv_cpu_ops { struct 252 struct pv_cpu_ops pv_cpu_ops; member 261 extern struct pv_cpu_ops pv_cpu_ops; 455 PVOP_VCALL2(pv_cpu_ops.load_esp0, tss, thread); in load_esp0() 478 PVOP_VCALL4(pv_cpu_ops.cpuid, eax, ebx, ecx, edx); in __cpuid() 486 return PVOP_CALL1(unsigned long, pv_cpu_ops.get_debugreg, reg); in paravirt_get_debugreg() 491 PVOP_VCALL2(pv_cpu_ops.set_debugreg, reg, val); in set_debugreg() 496 PVOP_VCALL0(pv_cpu_ops.clts); in clts() 501 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr0); in read_cr0() 506 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-05-08-InlineAsmIOffset.ll | 8 %struct.pv_cpu_ops = type { i32, [2 x i32] } 9 @pv_cpu_ops = external global %struct.pv_cpu_ops ; <%struct.pv_cpu_ops*> [#uses=1] 14 …$0", "i,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr (%struct.pv_cpu_ops* @pv_cpu_ops, i32 0, i…
|