Home
last modified time | relevance | path

Searched refs:pt_mode (Results 1 – 6 of 6) 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.c62 DEFINE(PT_MODE, offsetof(struct pt_regs, pt_mode)); in main()
/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h19 extern int __read_mostly pt_mode;
384 return pt_mode == PT_MODE_SYSTEM; in vmx_pt_mode_is_system()
388 return pt_mode == PT_MODE_HOST_GUEST; in vmx_pt_mode_is_host_guest()
/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.c435 int pt_mode; in intel_pt_exclude_guest()
437 if (sysfs__read_int("module/kvm_intel/parameters/pt_mode", &pt_mode)) in intel_pt_exclude_guest()
438 pt_mode = 0; in intel_pt_exclude_guest()
440 return pt_mode == 1; in intel_pt_exclude_guest()
434 int pt_mode; intel_pt_exclude_guest() local