search for: pvop_vcall5

Displaying 2 results from an estimated 2 matches for "pvop_vcall5".

Did you mean: pvop_vcall1
2007 Apr 19
3
[RFC, PATCH 1/5] Paravirt_ops full patching.patch
...\ + "push %[_arg5]; push %[_arg4];", \ + "lea 8(%%esp),%%esp;", \ + "0" ((u32)(arg1)), "1" ((u32)(arg2)), \ + "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(arg4)), \ + [_arg5] "mr" ((u32)(arg5))) +#define PVOP_VCALL5(op, arg1, arg2, arg3, arg4, arg5) \ + __PVOP_VCALL(op, \ + "push %[_arg5]; push %[_arg4];", \ + "lea 8(%%esp),%%esp;", \ + "0" ((u32)(arg1)), "1" ((u32)(arg2)), \ + "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(ar...
2007 Apr 19
3
[RFC, PATCH 1/5] Paravirt_ops full patching.patch
...\ + "push %[_arg5]; push %[_arg4];", \ + "lea 8(%%esp),%%esp;", \ + "0" ((u32)(arg1)), "1" ((u32)(arg2)), \ + "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(arg4)), \ + [_arg5] "mr" ((u32)(arg5))) +#define PVOP_VCALL5(op, arg1, arg2, arg3, arg4, arg5) \ + __PVOP_VCALL(op, \ + "push %[_arg5]; push %[_arg4];", \ + "lea 8(%%esp),%%esp;", \ + "0" ((u32)(arg1)), "1" ((u32)(arg2)), \ + "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(ar...