Searched refs:inst_type (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h31 InstructionType inst_type);
34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { argument
35 switch (inst_type) {
53 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override {
54 return SupportsEmulatingInstructionsOfTypeStatic(inst_type);
H A DEmulateInstructionPPC64.cpp58 InstructionType inst_type) {
60 inst_type))
57 CreateInstance(const ArchSpec &arch, InstructionType inst_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h33 lldb_private::InstructionType inst_type);
36 lldb_private::InstructionType inst_type) {
37 switch (inst_type) {
56 lldb_private::InstructionType inst_type) override {
57 return SupportsEmulatingInstructionsOfTypeStatic(inst_type);
35 SupportsEmulatingInstructionsOfTypeStatic( lldb_private::InstructionType inst_type) argument
H A DEmulateInstructionARM64.cpp136 InstructionType inst_type) {
138 inst_type)) {
135 CreateInstance(const ArchSpec &arch, InstructionType inst_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h40 lldb_private::InstructionType inst_type);
43 lldb_private::InstructionType inst_type) {
44 switch (inst_type) {
63 lldb_private::InstructionType inst_type) override {
64 return SupportsEmulatingInstructionsOfTypeStatic(inst_type);
42 SupportsEmulatingInstructionsOfTypeStatic( lldb_private::InstructionType inst_type) argument
H A DEmulateInstructionMIPS64.cpp199 InstructionType inst_type) {
201 inst_type)) {
198 CreateInstance(const ArchSpec &arch, InstructionType inst_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h42 lldb_private::InstructionType inst_type);
45 lldb_private::InstructionType inst_type) {
46 switch (inst_type) {
67 lldb_private::InstructionType inst_type) override {
68 return SupportsEmulatingInstructionsOfTypeStatic(inst_type);
44 SupportsEmulatingInstructionsOfTypeStatic( lldb_private::InstructionType inst_type) argument
H A DEmulateInstructionMIPS.cpp212 InstructionType inst_type) {
214 inst_type)) {
211 CreateInstance(const ArchSpec &arch, InstructionType inst_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { argument
74 switch (inst_type) {
123 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override {
124 return SupportsEmulatingInstructionsOfTypeStatic(inst_type);
H A DEmulateInstructionARM.cpp727 InstructionType inst_type) {
729 inst_type)) {
726 CreateInstance(const ArchSpec &arch, InstructionType inst_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h52 const ArchSpec &arch, InstructionType inst_type);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
/freebsd-13-stable/sys/amd64/include/
H A Dvmm.h705 * 'inst_error' and 'inst_type' are valid
708 int inst_type; member in struct:vm_exit::__anon8288::__anon8291
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyverun.c648 fprintf(stderr, "\tinst_type\t\t%d\n", vmexit->u.vmx.inst_type);
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c2808 vmexit->u.vmx.inst_type = 0;
2841 vmexit->u.vmx.inst_type = rc;
/freebsd-13-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c365 printf("\tinst_type\t\t%d\n", vmexit->u.vmx.inst_type);

Completed in 486 milliseconds