Home
last modified time | relevance | path

Searched refs:pt_mode (Results 1 – 7 of 7) sorted by relevance

/linux/arch/microblaze/kernel/
H A Dprocess.c27 pr_info(" Registers dump: mode=%X\r\n", regs->pt_mode); in show_regs()
71 childregs->pt_mode = 1; in copy_thread()
127 regs->pt_mode = 0; in start_thread()
H A Dasm-offsets.c63 DEFINE(PT_MODE, offsetof(struct pt_regs, pt_mode)); in main()
/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h18 extern int __read_mostly pt_mode;
389 return pt_mode == PT_MODE_SYSTEM; in vmx_pt_mode_is_system()
393 return pt_mode == PT_MODE_HOST_GUEST; in vmx_pt_mode_is_host_guest()
H A Dvmx.c199 int __read_mostly pt_mode = PT_MODE_SYSTEM; variable
201 module_param(pt_mode, int, S_IRUGO);
8654 if (pt_mode != PT_MODE_SYSTEM && pt_mode != PT_MODE_HOST_GUEST) in vmx_hardware_setup()
8657 pt_mode = PT_MODE_SYSTEM; in vmx_hardware_setup()
8658 if (pt_mode == PT_MODE_HOST_GUEST) in vmx_hardware_setup()
/linux/arch/microblaze/include/asm/
H A Dptrace.h11 #define kernel_mode(regs) ((regs)->pt_mode)
/linux/arch/microblaze/include/uapi/asm/
H A Dptrace.h55 int pt_mode; member
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c437 int pt_mode; in intel_pt_exclude_guest() local
439 if (sysfs__read_int("module/kvm_intel/parameters/pt_mode", &pt_mode)) in intel_pt_exclude_guest()
440 pt_mode = 0; in intel_pt_exclude_guest()
442 return pt_mode == 1; in intel_pt_exclude_guest()