Home
last modified time | relevance | path

Searched refs:debug_exit (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_mux.c53 debug_exit(); in comphy_mux_check_config()
73 debug_exit(); in comphy_mux_get_mux_value()
109 debug_exit(); in comphy_mux_reg_write()
134 debug_exit(); in comphy_mux_init()
H A Dcomphy_a3700.c252 debug_exit(); in comphy_pcie_power_up()
329 debug_exit(); in comphy_sata_power_up()
522 debug_exit(); in comphy_usb3_power_up()
541 debug_exit(); in comphy_usb2_power_up()
607 debug_exit(); in comphy_usb2_power_up()
653 debug_exit(); in comphy_emmc_power_up()
884 debug_exit(); in comphy_sgmii_power_up()
962 debug_exit(); in comphy_dedicated_phys_init()
1019 debug_exit(); in comphy_a3700_init()
H A Dcomphy_core.h14 #define debug_exit() printf("<---- Exit %s\n", __func__); macro
17 #define debug_exit() macro
H A Dcomphy_cp110.c517 debug_exit(); in comphy_pcie_power_up()
639 debug_exit(); in comphy_usb3_power_up()
998 debug_exit(); in comphy_sata_power_up()
1145 debug_exit(); in comphy_sgmii_power_up()
1446 debug_exit(); in comphy_sfi_power_up()
1624 debug_exit(); in comphy_rxauii_power_up()
1669 debug_exit(); in comphy_utmi_power_down()
1680 debug_exit(); in comphy_utmi_phy_config()
1730 debug_exit(); in comphy_utmi_phy_config()
1787 debug_exit(); in comphy_utmi_power_up()
[all …]
/openbmc/linux/arch/s390/kvm/
H A Dguestdbg.c391 struct kvm_debug_exit_arch *debug_exit = &vcpu->run->debug.arch; in debug_exit_required() local
401 debug_exit->addr = wp_info->addr; in debug_exit_required()
402 debug_exit->type = KVM_HW_WP_WRITE; in debug_exit_required()
411 debug_exit->addr = addr; in debug_exit_required()
412 debug_exit->type = KVM_HW_BP; in debug_exit_required()
419 debug_exit->addr = peraddr; in debug_exit_required()
420 debug_exit->type = KVM_HW_BP; in debug_exit_required()
426 debug_exit->addr = addr; in debug_exit_required()
427 debug_exit->type = KVM_SINGLESTEP; in debug_exit_required()
H A Dinterrupt.c1472 struct kvm_debug_exit_arch *debug_exit = &vcpu->run->debug.arch; in kvm_s390_deliver_pending_interrupts() local
1474 debug_exit->addr = vcpu->arch.sie_block->gpsw.addr; in kvm_s390_deliver_pending_interrupts()
1475 debug_exit->type = KVM_SINGLESTEP; in kvm_s390_deliver_pending_interrupts()
/openbmc/qemu/target/arm/
H A Dkvm.c1369 struct kvm_debug_exit_arch *debug_exit) in kvm_arm_handle_debug() argument
1371 int hsr_ec = syn_get_ec(debug_exit->hsr); in kvm_arm_handle_debug()
1389 __func__, env->pc, debug_exit->hsr); in kvm_arm_handle_debug()
1405 CPUWatchpoint *wp = find_hw_watchpoint(cs, debug_exit->far); in kvm_arm_handle_debug()
1414 __func__, debug_exit->hsr, env->pc); in kvm_arm_handle_debug()
1422 env->exception.syndrome = debug_exit->hsr; in kvm_arm_handle_debug()
1423 env->exception.vaddress = debug_exit->far; in kvm_arm_handle_debug()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c4658 goto debug_exit; in rtl8192_usb_module_init()
4692 debug_exit: in rtl8192_usb_module_init()