Home
last modified time | relevance | path

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

/openbmc/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.c62 DEFINE(PT_MODE, offsetof(struct pt_regs, pt_mode)); in main()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h19 extern int __read_mostly pt_mode;
386 return pt_mode == PT_MODE_SYSTEM; in vmx_pt_mode_is_system()
390 return pt_mode == PT_MODE_HOST_GUEST; in vmx_pt_mode_is_host_guest()
H A Dvmx.c216 int __read_mostly pt_mode = PT_MODE_SYSTEM; variable
218 module_param(pt_mode, int, S_IRUGO);
8626 if (pt_mode != PT_MODE_SYSTEM && pt_mode != PT_MODE_HOST_GUEST) in hardware_setup()
8629 pt_mode = PT_MODE_SYSTEM; in hardware_setup()
8630 if (pt_mode == PT_MODE_HOST_GUEST) in hardware_setup()
/openbmc/linux/arch/microblaze/include/asm/
H A Dptrace.h11 #define kernel_mode(regs) ((regs)->pt_mode)
/openbmc/linux/arch/microblaze/include/uapi/asm/
H A Dptrace.h55 int pt_mode; member
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c442 int pt_mode; in intel_pt_exclude_guest() local
444 if (sysfs__read_int("module/kvm_intel/parameters/pt_mode", &pt_mode)) in intel_pt_exclude_guest()
445 pt_mode = 0; in intel_pt_exclude_guest()
447 return pt_mode == 1; in intel_pt_exclude_guest()