Searched refs:PVOP_VCALL4 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | paravirt.h | 97 PVOP_VCALL4(cpu.cpuid, eax, ebx, ecx, edx); in __cpuid() 292 PVOP_VCALL4(cpu.write_gdt_entry, dt, entry, desc, type); in write_gdt_entry() 407 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit() 689 #undef PVOP_VCALL4
|
| H A D | paravirt_types.h | 610 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ macro 620 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ macro
|