Searched defs:aParam (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp1533 uint32_t aParam[5] = {0, 1, 2, 3, 4}; local
1538 rc = VMXR0Execute64BitsHandler(pVM, pVCpu, pCtx, HM64ON32OP_HMRCTestSwitcher64, 5, &aParam[0]);
1540 rc = SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, HM64ON32OP_HMRCTestSwitcher64, 5, &aParam[0]);
H A DHMVMXR0.cpp5334 uint32_t aParam[10]; local
5335 aParam[0] = (uint32_t)(HCPhysCpuPage); /* Param 1: VMXON physical address - Lo. */
5336 aParam[1] = (uint32_t)(HCPhysCpuPage >> 32); /* Param 1: VMXON physical address - Hi. */
5337 aParam[2] = (uint32_t)(pVCpu->hm.s.vmx.HCPhysVmcs); /* Param 2: VMCS physical address - Lo. */
5338 aParam[3] = (uint32_t)(pVCpu->hm.s.vmx.HCPhysVmcs >> 32); /* Param 2: VMCS physical address - Hi. */
5339 aParam[4] = VM_RC_ADDR(pVM, &pVM->aCpus[pVCpu->idCpu].hm.s.vmx.VMCSCache);
5340 aParam[5] = 0;
5341 aParam[6] = VM_RC_ADDR(pVM, pVM);
5342 aParam[7] = 0;
5343 aParam[
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaWrapper.cpp330 SetupParams(JNIEnv *env, const jobject aParam, PRUint8 aType, PRBool aIsOut, argument
342 aVariant.val.i8 = env->CallByteMethod(aParam, byteValueMID);
345 if (aParam) {
346 env->GetByteArrayRegion((jbyteArray) aParam, aIndex, 1, &value);
350 if (aParam) {
369 jshort value = env->CallShortMethod(aParam, shortValueMID);
376 if (aParam) {
377 env->GetShortArrayRegion((jshortArray) aParam, aIndex, 1, &value);
381 if (aParam) {
406 jint value = env->CallIntMethod(aParam, intValueMI
979 FinalizeParams(JNIEnv *env, const nsXPTParamInfo &aParamInfo, PRUint8 aType, nsXPTCVariant &aVariant, const nsID& aIID, PRBool aIsArrayElement, PRUint8 aArrayType, PRUint32 aArraySize, PRUint32 aIndex, nsresult aInvokeResult, jobject* aParam) argument
[all...]

Completed in 65 milliseconds