Searched refs:ud2 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qobject-output-visitor.c | 166 UserDefTwo *ud2; in test_visitor_out_struct_nested() local 172 ud2 = g_malloc0(sizeof(*ud2)); in test_visitor_out_struct_nested() 173 ud2->string0 = g_strdup(strings[0]); in test_visitor_out_struct_nested() 175 ud2->dict1 = g_malloc0(sizeof(*ud2->dict1)); in test_visitor_out_struct_nested() 176 ud2->dict1->string1 = g_strdup(strings[1]); in test_visitor_out_struct_nested() 178 ud2->dict1->dict2 = g_malloc0(sizeof(*ud2->dict1->dict2)); in test_visitor_out_struct_nested() 179 ud2->dict1->dict2->userdef = g_new0(UserDefOne, 1); in test_visitor_out_struct_nested() 180 ud2->dict1->dict2->userdef->string = g_strdup(string); in test_visitor_out_struct_nested() 181 ud2->dict1->dict2->userdef->integer = value; in test_visitor_out_struct_nested() 182 ud2->dict1->dict2->string = g_strdup(strings[2]); in test_visitor_out_struct_nested() [all …]
|
H A D | test-qmp-cmds.c | 378 UserDefTwo *ud2 = NULL; in test_dealloc_partial() local 390 visit_type_UserDefTwo(v, NULL, &ud2, &err); in test_dealloc_partial() 397 assert(!ud2); in test_dealloc_partial() 400 ud2 = g_new0(UserDefTwo, 1); in test_dealloc_partial() 401 ud2->string0 = g_strdup(text); in test_dealloc_partial() 404 qapi_free_UserDefTwo(ud2); in test_dealloc_partial()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | vmenter.S | 275 ud2 278 ud2 281 ud2 284 ud2 386 ud2
|
/openbmc/linux/arch/x86/lib/ |
H A D | retpoline.S | 175 ud2 209 ud2 217 ud2
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | 311 ud2 617 ud2 664 ud2
|
H A D | entry_32.S | 79 ud2
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_nested_soft_inject_test.c | 76 ud2(); in l2_guest_code_nmi()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmenter.S | 299 ud2
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 789 #define ud2() \ macro
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 2079 "UD2","UD2","ud2","0F 0B","V","V","PPRO","","","",""
|