Home
last modified time | relevance | path

Searched refs:debug (Results 1301 – 1325 of 1357) sorted by relevance

1...<<5152535455

/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst457 :code:`CXL_MEM_RAW_COMMANDS` is set. This is considered a debug and/or
/linux/arch/x86/kvm/
H A Dx86.c9202 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW; in kvm_vcpu_do_singlestep()
9203 kvm_run->debug.arch.pc = kvm_get_linear_rip(vcpu); in kvm_vcpu_do_singlestep()
9204 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep()
9284 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW; in kvm_vcpu_check_code_breakpoint()
9285 kvm_run->debug.arch.pc = eip; in kvm_vcpu_check_code_breakpoint()
9286 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_code_breakpoint()
/linux/drivers/scsi/
H A Dpmcraid.c83 module_param_named(debug, pmcraid_debug_log, uint, (S_IRUGO | S_IWUSR));
84 MODULE_PARM_DESC(debug,
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2521 } debug; member
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g054.dtsi902 "ferr", "ppi", "debug";
H A Dr9a07g044.dtsi897 "ferr", "ppi", "debug";
/linux/
H A DMakefile1085 include-$(CONFIG_DEBUG_INFO) += scripts/Makefile.debug
/linux/Documentation/fpga/
H A Ddfl.rst253 to the accelerator and exposes features such as reset and debug. Each FPGA
/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst332 This table describes PCC channels used to gather debug logs of
/linux/arch/sparc/kernel/
H A Dldc.c177 do { if (lp->cfg.debug & LDC_DEBUG_##TYPE) \
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c47 module_param_named(debug, bcm2835_v4l2_debug, int, 0644);
/linux/arch/arm64/boot/dts/qcom/
H A Dqdu1000.dtsi619 compatible = "qcom,geni-debug-uart";
/linux/net/sched/
H A Dsch_htb.c1225 gopt.debug = 0; in htb_dump()
/linux/security/apparmor/
H A Dlsm.c1855 module_param_call(debug, param_set_debug, param_get_debug,
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1604 a6xx_state->gmu_debug = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.debug); in a6xx_gpu_state_get()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1119 def cmdinfo(self, begin, debug=False): argument
1138 if not debug and begin:
1140 elif not debug and delta and name in self.cmd1:
1430 def debug(self, dev): member in DevProps
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c208 static int debug = -1; variable
209 module_param(debug, int, 0);
210 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
3258 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igb_probe()
/linux/Documentation/driver-api/
H A Dpin-control.rst1476 These files are created in ``/sys/kernel/debug/pinctrl``:
1486 A sub-directory is created inside of ``/sys/kernel/debug/pinctrl`` for each pin
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst336 debug or even resolve the situation.
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst543 generate performance plots. This utility can be used to debug and tune the
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c98 static int debug = -1; variable
99 module_param(debug, uint, 0);
100 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all), Debug mask (0x8XXXXXXX)");
15624 pf->msg_enable = netif_msg_init(debug, in i40e_probe()
15628 if (debug < -1) in i40e_probe()
15629 pf->hw.debug_mask = debug; in i40e_probe()
/linux/drivers/net/ethernet/sun/
H A Dniu.c109 static int debug = -1; variable
110 module_param(debug, int, 0);
111 MODULE_PARM_DESC(debug, "NIU debug level");
10239 niu_debug = netif_msg_init(debug, NIU_MSG_DEFAULT); in niu_init()
/linux/Documentation/locking/
H A Dlockdep-design.rst258 out to be especially helpful to debug code with callbacks, where an upper
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c47 if (init->subdev->debug >= NV_DBG_TRACE) \
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg56 * of debug code for them.

1...<<5152535455