HomeSort by relevance Sort by last modified time
    Searched full:pv_cpu_ops (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/CodeGen/X86/
2009-05-08-InlineAsmIOffset.ll 9 %struct.pv_cpu_ops = type { i32, [2 x i32] }
10 @pv_cpu_ops = external global %struct.pv_cpu_ops ; <%struct.pv_cpu_ops*> [#uses=1]
15 tail call void asm sideeffect "1: $0", "i,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr (%struct.pv_cpu_ops* @pv_cpu_ops, i32 0, i32 1, i32 1)) nounwind
  /external/kernel-headers/original/asm-x86/
paravirt.h 75 struct pv_cpu_ops { struct
252 struct pv_cpu_ops pv_cpu_ops; member in struct:paravirt_patch_template
261 extern struct pv_cpu_ops pv_cpu_ops;
455 PVOP_VCALL2(pv_cpu_ops.load_esp0, tss, thread);
478 PVOP_VCALL4(pv_cpu_ops.cpuid, eax, ebx, ecx, edx);
486 return PVOP_CALL1(unsigned long, pv_cpu_ops.get_debugreg, reg);
491 PVOP_VCALL2(pv_cpu_ops.set_debugreg, reg, val);
496 PVOP_VCALL0(pv_cpu_ops.clts)
    [all...]

Completed in 71 milliseconds