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

  /external/qemu/target-i386/
excp_helper.c 62 helper_vmexit(env, SVM_EXIT_SHUTDOWN, 0); /* does not return */
svm_helper.c 56 void helper_vmexit(CPUX86State *env, function
400 helper_vmexit(env, type, param);
405 helper_vmexit(env, type, param);
410 helper_vmexit(env, type, param);
415 helper_vmexit(env, type, param);
420 helper_vmexit(env, type, param);
444 helper_vmexit(env, type, param);
450 helper_vmexit(env, type, param);
455 helper_vmexit(env, type, param);
478 helper_vmexit(env, SVM_EXIT_IOIO, param | (port << 16))
484 void helper_vmexit(CPUX86State *env, function
    [all...]

Completed in 32 milliseconds