/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-debugfs.c | 18 struct hva_ctx_dbg *dbg = &ctx->dbg; in format_ctx() local 101 dbg->cnt_duration, in format_ctx() 102 dbg->avg_duration, in format_ctx() 103 dbg->min_duration, in format_ctx() 104 dbg->max_duration, in format_ctx() 105 dbg->avg_period, in format_ctx() 106 dbg->min_period, in format_ctx() 107 dbg->max_period, in format_ctx() 108 dbg->avg_fps, in format_ctx() 109 dbg->max_fps, in format_ctx() [all …]
|
/linux/tools/perf/util/ |
H A D | debuginfo.c | 40 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() argument 50 dbg->dwfl = dwfl_begin(&offline_callbacks); in debuginfo__init_offline_dwarf() 51 if (!dbg->dwfl) in debuginfo__init_offline_dwarf() 54 dwfl_report_begin(dbg->dwfl); in debuginfo__init_offline_dwarf() 55 dbg->mod = dwfl_report_offline(dbg->dwfl, "", "", fd); in debuginfo__init_offline_dwarf() 56 if (!dbg->mod) in debuginfo__init_offline_dwarf() 59 dbg->dbg = dwfl_module_getdwarf(dbg->mod, &dbg->bias); in debuginfo__init_offline_dwarf() 60 if (!dbg->dbg) in debuginfo__init_offline_dwarf() 63 dwfl_module_build_id(dbg->mod, &dbg->build_id, &dummy); in debuginfo__init_offline_dwarf() 65 dwfl_report_end(dbg->dwfl, NULL, NULL); in debuginfo__init_offline_dwarf() [all …]
|
/linux/drivers/hid/ |
H A D | hid-wiimote-debug.c | 26 struct wiimote_debug *dbg = f->private_data; in wiidebug_eeprom_read() local 27 struct wiimote_data *wdata = dbg->wdata; in wiidebug_eeprom_read() 100 struct wiimote_debug *dbg = f->private; in wiidebug_drm_show() local 105 spin_lock_irqsave(&dbg->wdata->state.lock, flags); in wiidebug_drm_show() 106 drm = dbg->wdata->state.drm; in wiidebug_drm_show() 107 spin_unlock_irqrestore(&dbg->wdata->state.lock, flags); in wiidebug_drm_show() 128 struct wiimote_debug *dbg = sf->private; in wiidebug_drm_write() local 153 spin_lock_irqsave(&dbg->wdata->state.lock, flags); in wiidebug_drm_write() 154 dbg->wdata->state.flags &= ~WIIPROTO_FLAG_DRM_LOCKED; in wiidebug_drm_write() 155 wiiproto_req_drm(dbg->wdata, (__u8) i); in wiidebug_drm_write() [all …]
|
/linux/sound/soc/fsl/ |
H A D | fsl_ssi_dbg.c | 15 void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *dbg, u32 sisr) in fsl_ssi_dbg_isr() argument 18 dbg->stats.rfrc++; in fsl_ssi_dbg_isr() 21 dbg->stats.tfrc++; in fsl_ssi_dbg_isr() 24 dbg->stats.cmdau++; in fsl_ssi_dbg_isr() 27 dbg->stats.cmddu++; in fsl_ssi_dbg_isr() 30 dbg->stats.rxt++; in fsl_ssi_dbg_isr() 33 dbg->stats.rdr1++; in fsl_ssi_dbg_isr() 36 dbg->stats.rdr0++; in fsl_ssi_dbg_isr() 39 dbg->stats.tde1++; in fsl_ssi_dbg_isr() 42 dbg->stats.tde0++; in fsl_ssi_dbg_isr() [all …]
|
/linux/arch/parisc/kernel/ |
H A D | signal32.c | 28 #define DBG(LEVEL, ...) \ macro 32 #define DBG(LEVEL, ...) macro 46 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 47 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 48 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 55 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 58 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 70 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() [all …]
|
H A D | signal.c | 42 #define DBG(LEVEL, ...) \ macro 46 #define DBG(LEVEL, ...) macro 70 DBG(2, "%s: iaoq is %#lx / %#lx\n", in restore_sigcontext() 72 DBG(2, "%s: r28 is %ld\n", __func__, regs->gr[28]); in restore_sigcontext() 95 DBG(2, "%s: frame is %p pid %d\n", __func__, frame, task_pid_nr(current)); in sys_rt_sigreturn() 117 DBG(1, "%s: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 123 DBG(1, "%s: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 130 DBG(1, "%s: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 134 DBG(1, "%s: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 151 DBG(1, "%s: Sending SIGSEGV\n", __func__); in sys_rt_sigreturn() [all …]
|
/linux/drivers/bluetooth/ |
H A D | btmrvl_debugfs.c | 142 struct btmrvl_debugfs_data *dbg; in btmrvl_debugfs_init() local 147 dbg = kzalloc(sizeof(*dbg), GFP_KERNEL); in btmrvl_debugfs_init() 148 priv->debugfs_data = dbg; in btmrvl_debugfs_init() 150 if (!dbg) { in btmrvl_debugfs_init() 155 dbg->config_dir = debugfs_create_dir("config", hdev->debugfs); in btmrvl_debugfs_init() 157 debugfs_create_u8("psmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 159 debugfs_create_file("pscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() 161 debugfs_create_x16("gpiogap", 0644, dbg->config_dir, in btmrvl_debugfs_init() 163 debugfs_create_u8("hsmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 165 debugfs_create_file("hscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() [all …]
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 139 struct hinic_debug_priv *dbg; in hinic_dbg_cmd_read() local 146 dbg = container_of(desc, struct hinic_debug_priv, field_id[*desc]); in hinic_dbg_cmd_read() 148 switch (dbg->type) { in hinic_dbg_cmd_read() 150 out = hinic_dbg_get_sq_info(dbg->dev, dbg->object, *desc); in hinic_dbg_cmd_read() 154 out = hinic_dbg_get_rq_info(dbg->dev, dbg->object, *desc); in hinic_dbg_cmd_read() 158 out = hinic_dbg_get_func_table(dbg->dev, *desc); in hinic_dbg_cmd_read() 162 netif_warn(dbg->dev, drv, dbg->dev->netdev, "Invalid hinic debug cmd: %d\n", in hinic_dbg_cmd_read() 163 dbg->type); in hinic_dbg_cmd_read() 179 struct dentry *root, struct hinic_debug_priv **dbg, char **field, in create_dbg_files() argument 199 *dbg = tmp; in create_dbg_files() [all …]
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 24 #define DBG udbg_printf macro 26 #define DBG pr_devel macro 109 DBG("%s:%d: map.total = %llxh\n", func, line, m->total); in _debug_dump_map() 110 DBG("%s:%d: map.rm.size = %llxh\n", func, line, m->rm.size); in _debug_dump_map() 111 DBG("%s:%d: map.vas_id = %llu\n", func, line, m->vas_id); in _debug_dump_map() 112 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map() 113 DBG("%s:%d: map.r1.base = %llxh\n", func, line, m->r1.base); in _debug_dump_map() 114 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset); in _debug_dump_map() 115 DBG("%s:%d: map.r1.size = %llxh\n", func, line, m->r1.size); in _debug_dump_map() 152 DBG("%s:%d: lv1_query_logical_partition_address_region_info " in ps3_mm_vas_create() [all …]
|
H A D | smp.c | 18 #define DBG udbg_printf macro 20 #define DBG pr_debug macro 36 DBG("%s:%d: bad msg: %d\n", __func__, __LINE__, msg); in ps3_smp_message_pass() 44 DBG("%s:%d: ps3_send_event_locally(%d, %d) failed" in ps3_smp_message_pass() 57 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 76 DBG("%s:%d: (%d, %d) => virq %u\n", in ps3_smp_probe() 89 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 98 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 106 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 117 DBG(" -> %s\n", __func__); in smp_init_ps3() [all …]
|
H A D | gelic_udbg.c | 69 static __iomem struct debug_block dbg __attribute__((aligned(32))); variable 128 map_dma_mem(GELIC_BUS_ID, GELIC_DEVICE_ID, &dbg, sizeof(dbg), in gelic_debug_init() 131 memset(&dbg, 0, sizeof(dbg)); in gelic_debug_init() 133 dbg.descr.buf_addr = bus_addr + offsetof(struct debug_block, pkt); in gelic_debug_init() 145 h_eth = (struct ethhdr *)dbg.pkt; in gelic_debug_init() 189 bus_addr, sizeof(dbg)); in gelic_debug_shutdown() 199 dbg.descr.buf_size = header_size + msgsize; in gelic_sendbuf() 211 dbg.descr.dmac_cmd_status = GELIC_DESCR_DMA_CMD_NO_CHKSUM | in gelic_sendbuf() 213 dbg.descr.result_size = 0; in gelic_sendbuf() 214 dbg.descr.data_status = 0; in gelic_sendbuf() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | debugfs.c | 103 return dev->priv.dbg.dbg_root; in mlx5_debugfs_get_dev_root() 109 dev->priv.dbg.qp_debugfs = debugfs_create_dir("QPs", dev->priv.dbg.dbg_root); in mlx5_qp_debugfs_init() 115 debugfs_remove_recursive(dev->priv.dbg.qp_debugfs); in mlx5_qp_debugfs_cleanup() 121 dev->priv.dbg.eq_debugfs = debugfs_create_dir("EQs", dev->priv.dbg.dbg_root); in mlx5_eq_debugfs_init() 126 debugfs_remove_recursive(dev->priv.dbg.eq_debugfs); in mlx5_eq_debugfs_cleanup() 226 cmd = &dev->priv.dbg.cmdif_debugfs; in mlx5_cmdif_debugfs_init() 227 *cmd = debugfs_create_dir("commands", dev->priv.dbg.dbg_root); in mlx5_cmdif_debugfs_init() 264 debugfs_remove_recursive(dev->priv.dbg.cmdif_debugfs); in mlx5_cmdif_debugfs_cleanup() 272 dev->priv.dbg.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg.dbg_root); in mlx5_cq_debugfs_init() 277 debugfs_remove_recursive(dev->priv.dbg.cq_debugfs); in mlx5_cq_debugfs_cleanup() [all …]
|
/linux/rust/kernel/ |
H A D | std_vendor.rs | 10 /// [`std::dbg`], but using [`pr_info`] instead of [`eprintln`]. 20 /// let b = dbg!(a * 2) + 1; 33 /// to give up ownership, you can instead borrow with `dbg!(&expr)` 36 /// The `dbg!` macro works exactly the same in release builds. 41 /// used during development. Therefore, avoid committing `dbg!` macro 59 /// if dbg!(n.checked_sub(4)).is_some() { 78 /// if dbg!(n <= 1) { 79 /// dbg!(1) 81 /// dbg!(n * factorial(n - 1)) 85 /// dbg!(factorial(4)); [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-dbg-tlv.c | 8 #include "iwl-dbg-tlv.h" 9 #include "fw/dbg.h" 116 if (!iwl_dbg_tlv_add(tlv, &trans->dbg.debug_info_tlv_list)) in iwl_dbg_tlv_alloc_debug_info() 156 trans->dbg.fw_mon_cfg[alloc_id] = *alloc; in iwl_dbg_tlv_alloc_buf_alloc() 187 if (!iwl_dbg_tlv_add(tlv, &trans->dbg.time_point[tp].hcmd_list)) in iwl_dbg_tlv_alloc_hcmd() 227 trans->dbg.imr_data.sram_addr = in iwl_dbg_tlv_alloc_region() 229 trans->dbg.imr_data.sram_size = in iwl_dbg_tlv_alloc_region() 234 active_reg = &trans->dbg.active_regions[id]; in iwl_dbg_tlv_alloc_region() 272 trans->dbg.last_tp_resetfw = 0xFF; in iwl_dbg_tlv_alloc_trigger() 274 new_tlv = iwl_dbg_tlv_add(tlv, &trans->dbg.time_point[tp].trig_list); in iwl_dbg_tlv_alloc_trigger() [all …]
|
/linux/drivers/usb/host/ |
H A D | isp1362-hcd.c | 149 DBG(1, "%s: PTD $%04x is on %s queue\n", __func__, offset, epq->name); in get_ptd_queue() 167 DBG(3, "%s: %s PTD[%02x] # %04x\n", __func__, epq->name, index, offset); in get_ptd_offset() 208 DBG(1, "%s: Found %d PTDs[%d] for %d/%d byte\n", __func__, in claim_ptd_buffers() 218 DBG(1, "%s: Done %s PTD[%d] $%04x, avail %d count %d claimed %d %08lx:%08lx\n", in claim_ptd_buffers() 244 DBG(1, "%s: Done %s PTDs $%04x released %d avail %d count %d\n", in release_ptd_buffers() 247 DBG(1, "%s: buf_map %08lx skip_map %08lx\n", __func__, in release_ptd_buffers() 270 DBG(3, "%s: %s ep %p\n", __func__, epq->name, ep); in prepare_ptd() 287 DBG(1, "%s: IN len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 302 DBG(1, "%s: OUT len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 309 DBG(1, "%s: SETUP len %d\n", __func__, len); in prepare_ptd() [all …]
|
/linux/net/caif/ |
H A D | cfdbgl.c | 22 struct cfsrvl *dbg = kzalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfdbgl_create() local 23 if (!dbg) in cfdbgl_create() 26 cfsrvl_init(dbg, channel_id, dev_info, false); in cfdbgl_create() 27 dbg->layer.receive = cfdbgl_receive; in cfdbgl_create() 28 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create() 29 snprintf(dbg->layer.name, CAIF_LAYER_NAME_SZ, "dbg%d", channel_id); in cfdbgl_create() 30 return &dbg->layer; in cfdbgl_create()
|
/linux/drivers/mtd/ubi/ |
H A D | debug.h | 29 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \ 64 if (ubi->dbg.emulate_bitflips) in ubi_dbg_bitflip() 71 if (ubi->dbg.emulate_io_failures) in ubi_dbg_write_failure() 78 if (ubi->dbg.emulate_io_failures) in ubi_dbg_erase_failure() 132 if (ubi->dbg.emulate_failures & MASK_BITFLIPS) in ubi_dbg_fail_bitflip() 139 if (ubi->dbg.emulate_failures & MASK_WRITE_FAILURE) in ubi_dbg_fail_write() 146 if (ubi->dbg.emulate_failures & MASK_ERASE_FAILURE) in ubi_dbg_fail_erase() 154 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_power_cut() 162 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_read() 169 if (ubi->dbg.emulate_failures & MASK_ECCERR) in ubi_dbg_fail_eccerr() [all …]
|
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_core.c | 109 dbg("Discovered SMBIOS Entry point at %p\n", fp); in detect_SMBIOS_pointer() 168 dbg("bus dev func slot\n"); in pci_print_IRQ_route() 173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); in pci_print_IRQ_route() 315 dbg("%s: %p, %d, %d, %p\n", __func__, bus, bus_num, dev_num, slot); in get_slot_mapping() 425 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in set_attention_status() 432 dbg("bus, dev, fn = %d, %d, %d\n", bus, device, function); in set_attention_status() 452 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SI() 459 dbg("bus, dev, fn = %d, %d, %d\n", bus, device, function); in process_SI() 469 dbg("board_added(%p, %p)\n", slot_func, ctrl); in process_SI() 484 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SS() [all …]
|
H A D | cpqphp_ctrl.c | 65 dbg("cpqsbd: Switch interrupt received.\n"); in handle_switch_change() 143 dbg("cpqsbd: Presence/Notify input change.\n"); in handle_presence_change() 144 dbg(" Changed bits are 0x%4.4x\n", change); in handle_presence_change() 176 dbg("hp_slot %d button pressed\n", hp_slot); in handle_presence_change() 182 dbg("hp_slot %d button released\n", hp_slot); in handle_presence_change() 189 dbg("hp_slot %d button cancel\n", hp_slot); in handle_presence_change() 194 dbg("hp_slot %d button ignore\n", hp_slot); in handle_presence_change() 404 dbg("do_pre_bridge_resource_split\n"); in do_pre_bridge_resource_split() 734 dbg("%s: req_size =%x node=%p, base=%x, length=%x\n", in get_resource() 740 dbg("%s: not aligned\n", __func__); in get_resource() [all …]
|
H A D | cpcihp_zt5550.c | 30 #define dbg(format, arg...) \ macro 78 dbg("hc_dev = %p", hc_dev); in zt5550_hc_config() 79 dbg("pci resource start %llx", (unsigned long long)pci_resource_start(hc_dev, 1)); in zt5550_hc_config() 80 dbg("pci resource len %llx", (unsigned long long)pci_resource_len(hc_dev, 1)); in zt5550_hc_config() 107 dbg("disabling host control, fault and serial interrupts"); in zt5550_hc_config() 110 dbg("disabled host control, fault and serial interrupts"); in zt5550_hc_config() 115 dbg("disabling timer0, timer1 and ENUM interrupts"); in zt5550_hc_config() 117 dbg("disabled timer0, timer1 and ENUM interrupts"); in zt5550_hc_config() 196 dbg("returned from zt5550_hc_config"); in zt5550_hc_init_one() 218 dbg("registered controller"); in zt5550_hc_init_one() [all …]
|
/linux/tools/usb/usbip/libsrc/ |
H A D | vhci_driver.c | 28 dbg("udev_device_new_from_subsystem_sysname failed: %s", busid); in imported_device_init() 63 dbg("sscanf failed: %d", ret); in parse_status() 67 dbg("hub %s port %d status %d speed %d devid %x", in parse_status() 69 dbg("sockfd %u lbusid %s", sockfd, lbusid); in parse_status() 92 dbg("imported_device_init failed"); in parse_status() 104 dbg("exit"); in parse_status() 128 dbg("controller %d", i); in refresh_imported_device_list() 269 dbg("available ports: %d", nports); in usbip_vhci_driver_open() 281 dbg("available controllers: %d", vhci_driver->ncontrollers); in usbip_vhci_driver_open() 330 dbg("failed to refresh device list"); in usbip_vhci_refresh_device_list() [all …]
|
/linux/arch/mips/vdso/ |
H A D | Makefile | 79 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE 87 $(obj)/genvdso $(<:%.raw=%) $(<:%.dbg.raw=%) $@ $(VDSO_NAME) 98 targets += vdso.so.dbg.raw vdso.so.raw 99 targets += vdso.so.dbg vdso.so 109 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 112 $(obj)/vdso-image.c: $(obj)/vdso.so.dbg.raw $(obj)/vdso.so.raw \ 125 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 126 targets += vdso-o32.so.dbg vdso-o32.so 147 $(obj)/vdso-o32.so.dbg.raw: $(obj)/vdso-o32.lds $(obj-vdso-o32) FORCE 151 $(obj)/vdso-o32-image.c: $(obj)/vdso-o32.so.dbg.raw $(obj)/vdso-o32.so.raw \ [all …]
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | util.c | 176 = adapter->dbg.num_cmd_host_to_card_failure; in mwifiex_get_debug_info() 178 = adapter->dbg.num_cmd_sleep_cfm_host_to_card_failure; in mwifiex_get_debug_info() 180 = adapter->dbg.num_tx_host_to_card_failure; in mwifiex_get_debug_info() 181 info->num_event_deauth = adapter->dbg.num_event_deauth; in mwifiex_get_debug_info() 182 info->num_event_disassoc = adapter->dbg.num_event_disassoc; in mwifiex_get_debug_info() 183 info->num_event_link_lost = adapter->dbg.num_event_link_lost; in mwifiex_get_debug_info() 184 info->num_cmd_deauth = adapter->dbg.num_cmd_deauth; in mwifiex_get_debug_info() 186 adapter->dbg.num_cmd_assoc_success; in mwifiex_get_debug_info() 188 adapter->dbg.num_cmd_assoc_failure; in mwifiex_get_debug_info() 189 info->num_tx_timeout = adapter->dbg.num_tx_timeout; in mwifiex_get_debug_info() [all …]
|
/linux/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 23 #define DBG(fmt...) do { printk(fmt); } while(0) macro 25 #define DBG(fmt...) do { } while(0) macro 213 DBG(" -> add_legacy_isa_port(%pOF)\n", np); in add_legacy_isa_port() 262 DBG(" -> add_legacy_pci_port(%pOF)\n", np); in add_legacy_pci_port() 353 DBG("default console speed = %d\n", info->speed); in setup_legacy_serial_console() 399 DBG(" -> find_legacy_serial_port()\n"); in find_legacy_serial_ports() 408 DBG("stdout is %pOF\n", stdout); in find_legacy_serial_ports() 410 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports() 476 DBG("legacy_serial_console = %d\n", legacy_serial_console); in find_legacy_serial_ports() 479 DBG(" <- find_legacy_serial_port()\n"); in find_legacy_serial_ports() [all …]
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | debug-sr.h | 106 static void __debug_save_state(struct kvm_guest_debug_arch *dbg, in __debug_save_state() argument 112 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state() 113 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state() 114 save_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_save_state() 115 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state() 120 static void __debug_restore_state(struct kvm_guest_debug_arch *dbg, in __debug_restore_state() argument 126 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state() 127 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state() 128 restore_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_restore_state() 129 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
|