/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | debug.h | 21 ret = sprintf(str, "IRQ %08x = ", usb_ists); in cdns3_decode_usb_irq() 24 ret += sprintf(str + ret, "Connection %s\n", in cdns3_decode_usb_irq() 28 ret += sprintf(str + ret, "Disconnection "); in cdns3_decode_usb_irq() 30 ret += sprintf(str + ret, "suspended "); in cdns3_decode_usb_irq() 32 ret += sprintf(str + ret, "L1 enter "); in cdns3_decode_usb_irq() 34 ret += sprintf(str + ret, "L1 exit "); in cdns3_decode_usb_irq() 36 ret += sprintf(str + ret, "L2 enter "); in cdns3_decode_usb_irq() 38 ret += sprintf(str + ret, "L2 exit "); in cdns3_decode_usb_irq() 40 ret += sprintf(str + ret, "U3 exit "); in cdns3_decode_usb_irq() 42 ret += sprintf(str + ret, "Warm Reset "); in cdns3_decode_usb_irq() [all …]
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | rc80211_minstrel_ht_debugfs.c | 63 p += sprintf(p, "HT%c0 ", htmode); in minstrel_ht_stats_dump() 64 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump() 65 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump() 67 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump() 68 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump() 69 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump() 71 p += sprintf(p, "CCK "); in minstrel_ht_stats_dump() 72 p += sprintf(p, "%cP ", j < 4 ? 'L' : 'S'); in minstrel_ht_stats_dump() 73 p += sprintf(p, "1 "); in minstrel_ht_stats_dump() 83 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump() [all …]
|
D | rc80211_minstrel_debugfs.c | 71 p += sprintf(p, "\n"); in minstrel_stats_open() 72 p += sprintf(p, in minstrel_stats_open() 74 p += sprintf(p, in minstrel_stats_open() 87 p += sprintf(p, " %3u%s ", mr->bitrate / 2, in minstrel_stats_open() 89 p += sprintf(p, "%3u ", i); in minstrel_stats_open() 90 p += sprintf(p, "%6u ", mr->perfect_tx_time); in minstrel_stats_open() 96 p += sprintf(p, "%4u.%1u %4u.%1u %3u.%1u" in minstrel_stats_open() 108 p += sprintf(p, "\nTotal packet count:: ideal %d " in minstrel_stats_open() 138 p += sprintf(p, "%s" ,((i == mi->max_tp_rate[0]) ? "A" : "")); in minstrel_stats_csv_open() 139 p += sprintf(p, "%s" ,((i == mi->max_tp_rate[1]) ? "B" : "")); in minstrel_stats_csv_open() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | uhci-debug.c | 51 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, in uhci_show_td() 53 out += sprintf(out, "e%d %s%s%s%s%s%s%s%s%s%sLength=%x ", in uhci_show_td() 85 out += sprintf(out, "MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ", in uhci_show_td() 92 out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer)); in uhci_show_td() 96 out += sprintf(out, " ...\n"); in uhci_show_td() 109 out += sprintf(out, "urb_priv [%p] ", urbp); in uhci_show_urbp() 110 out += sprintf(out, "urb [%p] ", urbp->urb); in uhci_show_urbp() 111 out += sprintf(out, "qh [%p] ", urbp->qh); in uhci_show_urbp() 112 out += sprintf(out, "Dev=%d ", usb_pipedevice(urbp->urb->pipe)); in uhci_show_urbp() 113 out += sprintf(out, "EP=%x(%s) ", usb_pipeendpoint(urbp->urb->pipe), in uhci_show_urbp() [all …]
|
/kernel/linux/linux-5.10/drivers/edac/ |
D | ghes_edac.c | 298 p += sprintf(p, "Unknown"); in ghes_edac_report_mem_error() 301 p += sprintf(p, "No error"); in ghes_edac_report_mem_error() 304 p += sprintf(p, "Single-bit ECC"); in ghes_edac_report_mem_error() 307 p += sprintf(p, "Multi-bit ECC"); in ghes_edac_report_mem_error() 310 p += sprintf(p, "Single-symbol ChipKill ECC"); in ghes_edac_report_mem_error() 313 p += sprintf(p, "Multi-symbol ChipKill ECC"); in ghes_edac_report_mem_error() 316 p += sprintf(p, "Master abort"); in ghes_edac_report_mem_error() 319 p += sprintf(p, "Target abort"); in ghes_edac_report_mem_error() 322 p += sprintf(p, "Parity Error"); in ghes_edac_report_mem_error() 325 p += sprintf(p, "Watchdog timeout"); in ghes_edac_report_mem_error() [all …]
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
D | bond_sysfs_slave.c | 31 return sprintf(buf, "active\n"); in state_show() 33 return sprintf(buf, "backup\n"); in state_show() 35 return sprintf(buf, "UNKNOWN\n"); in state_show() 42 return sprintf(buf, "%s\n", bond_slave_link_status(slave->link)); in mii_status_show() 48 return sprintf(buf, "%d\n", slave->link_failure_count); in link_failure_count_show() 54 return sprintf(buf, "%*phC\n", in perm_hwaddr_show() 62 return sprintf(buf, "%d\n", slave->queue_id); in queue_id_show() 73 return sprintf(buf, "%d\n", in ad_aggregator_id_show() 77 return sprintf(buf, "N/A\n"); in ad_aggregator_id_show() 88 return sprintf(buf, "%u\n", in ad_actor_oper_port_state_show() [all …]
|
D | bond_sysfs.c | 50 res += sprintf(buf + res, "++more++ "); in bonding_show_bonds() 53 res += sprintf(buf + res, "%s ", bond->dev->name); in bonding_show_bonds() 181 res += sprintf(buf + res, "++more++ "); in bonding_show_slaves() 184 res += sprintf(buf + res, "%s ", slave->dev->name); in bonding_show_slaves() 206 return sprintf(buf, "%s %d\n", val->string, BOND_MODE(bond)); in bonding_show_mode() 220 return sprintf(buf, "%s %d\n", val->string, bond->params.xmit_policy); in bonding_show_xmit_hash() 236 return sprintf(buf, "%s %d\n", val->string, bond->params.arp_validate); in bonding_show_arp_validate() 251 return sprintf(buf, "%s %d\n", in bonding_show_arp_all_targets() 268 return sprintf(buf, "%s %d\n", val->string, bond->params.fail_over_mac); in bonding_show_fail_over_mac() 280 return sprintf(buf, "%d\n", bond->params.arp_interval); in bonding_show_arp_interval() [all …]
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 34 out += sprintf(buf, "Free resources: memory\n"); in show_ctrl() 38 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 41 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl() 45 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 48 out += sprintf(out, "Free resources: IO\n"); in show_ctrl() 52 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 55 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl() 59 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 80 out += sprintf(out, "assigned resources: memory\n"); in show_dev() 84 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_dev() [all …]
|
D | shpchp_sysfs.c | 35 out += sprintf(buf, "Free resources: memory\n"); in show_ctrl() 39 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n", in show_ctrl() 44 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl() 48 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n", in show_ctrl() 53 out += sprintf(out, "Free resources: IO\n"); in show_ctrl() 56 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n", in show_ctrl() 61 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl() 67 out += sprintf(out, "start = %8.8x, length = %8.8x\n", in show_ctrl()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
D | turbostat.c | 487 sprintf(pathname, "/dev/cpu/%d/msr", cpu); in get_msr_fd() 745 outp += sprintf(outp, "%susec", (printed++ ? delim : "")); in print_header() 747 outp += sprintf(outp, "%sTime_Of_Day_Seconds", (printed++ ? delim : "")); in print_header() 749 outp += sprintf(outp, "%sPackage", (printed++ ? delim : "")); in print_header() 751 outp += sprintf(outp, "%sDie", (printed++ ? delim : "")); in print_header() 753 outp += sprintf(outp, "%sNode", (printed++ ? delim : "")); in print_header() 755 outp += sprintf(outp, "%sCore", (printed++ ? delim : "")); in print_header() 757 outp += sprintf(outp, "%sCPU", (printed++ ? delim : "")); in print_header() 759 outp += sprintf(outp, "%sAPIC", (printed++ ? delim : "")); in print_header() 761 outp += sprintf(outp, "%sX2APIC", (printed++ ? delim : "")); in print_header() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 548 sprintf(string, "txf%d_ucast_octets", i); in bnad_get_strings() 550 sprintf(string, "txf%d_ucast", i); in bnad_get_strings() 552 sprintf(string, "txf%d_ucast_vlan", i); in bnad_get_strings() 554 sprintf(string, "txf%d_mcast_octets", i); in bnad_get_strings() 556 sprintf(string, "txf%d_mcast", i); in bnad_get_strings() 558 sprintf(string, "txf%d_mcast_vlan", i); in bnad_get_strings() 560 sprintf(string, "txf%d_bcast_octets", i); in bnad_get_strings() 562 sprintf(string, "txf%d_bcast", i); in bnad_get_strings() 564 sprintf(string, "txf%d_bcast_vlan", i); in bnad_get_strings() 566 sprintf(string, "txf%d_errors", i); in bnad_get_strings() [all …]
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
D | solo6x10-core.c | 211 return sprintf(buf, "%d\n", solo_dev->p2m_timeouts); in p2m_timeouts_show() 221 return sprintf(buf, "%dMegs\n", solo_dev->sdram_size >> 20); in sdram_size_show() 231 return sprintf(buf, "tw2815[%d] tw2864[%d] tw2865[%d]\n", in tw28xx_show() 247 out += sprintf(out, "Channel 0 => Input %d\n", val & 0x1f); in input_map_show() 248 out += sprintf(out, "Channel 1 => Input %d\n", (val >> 5) & 0x1f); in input_map_show() 249 out += sprintf(out, "Channel 2 => Input %d\n", (val >> 10) & 0x1f); in input_map_show() 250 out += sprintf(out, "Channel 3 => Input %d\n", (val >> 15) & 0x1f); in input_map_show() 251 out += sprintf(out, "Channel 4 => Input %d\n", (val >> 20) & 0x1f); in input_map_show() 252 out += sprintf(out, "Channel 5 => Input %d\n", (val >> 25) & 0x1f); in input_map_show() 255 out += sprintf(out, "Channel 6 => Input %d\n", val & 0x1f); in input_map_show() [all …]
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | ctcm_sysfs.c | 31 return sprintf(buf, "%d\n", priv->buffer_size); in ctcm_buffer_show() 88 p += sprintf(p, " Device FSM state: %s\n", in ctcm_print_statistics() 90 p += sprintf(p, " RX channel FSM state: %s\n", in ctcm_print_statistics() 92 p += sprintf(p, " TX channel FSM state: %s\n", in ctcm_print_statistics() 94 p += sprintf(p, " Max. TX buffer used: %ld\n", in ctcm_print_statistics() 96 p += sprintf(p, " Max. chained SKBs: %ld\n", in ctcm_print_statistics() 98 p += sprintf(p, " TX single write ops: %ld\n", in ctcm_print_statistics() 100 p += sprintf(p, " TX multi write ops: %ld\n", in ctcm_print_statistics() 102 p += sprintf(p, " Netto bytes written: %ld\n", in ctcm_print_statistics() 104 p += sprintf(p, " Max. TX IO-time: %u\n", in ctcm_print_statistics() [all …]
|
D | qeth_core_sys.c | 26 return sprintf(buf, "DOWN\n"); in qeth_dev_state_show() 29 return sprintf(buf, "UP (LAN %s)\n", in qeth_dev_state_show() 32 return sprintf(buf, "SOFTSETUP\n"); in qeth_dev_state_show() 34 return sprintf(buf, "UNKNOWN\n"); in qeth_dev_state_show() 45 return sprintf(buf, "%02X\n", card->info.chpid); in qeth_dev_chpid_show() 55 return sprintf(buf, "%s\n", netdev_name(card->dev)); in qeth_dev_if_name_show() 65 return sprintf(buf, "%s\n", qeth_get_cardname_short(card)); in qeth_dev_card_type_show() 89 return sprintf(buf, "%s\n", qeth_get_bufsize_str(card)); in qeth_dev_inbuf_size_show() 99 return sprintf(buf, "%i\n", card->dev->dev_port); in qeth_dev_portno_show() 137 return sprintf(buf, "no portname required\n"); in qeth_dev_portname_show() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 100 p += sprintf(p, "driver_name = " "\"mwifiex\"\n"); in mwifiex_info_read() 101 p += sprintf(p, "driver_version = %s", fmt); in mwifiex_info_read() 102 p += sprintf(p, "\nverext = %s", priv->version_str); in mwifiex_info_read() 103 p += sprintf(p, "\ninterface_name=\"%s\"\n", netdev->name); in mwifiex_info_read() 106 p += sprintf(p, "bss_mode=\"%d\"\n", info.bss_mode); in mwifiex_info_read() 108 p += sprintf(p, "bss_mode=\"%s\"\n", bss_modes[info.bss_mode]); in mwifiex_info_read() 110 p += sprintf(p, "media_state=\"%s\"\n", in mwifiex_info_read() 112 p += sprintf(p, "mac_address=\"%pM\"\n", netdev->dev_addr); in mwifiex_info_read() 115 p += sprintf(p, "multicast_count=\"%d\"\n", in mwifiex_info_read() 117 p += sprintf(p, "essid=\"%.*s\"\n", info.ssid.ssid_len, in mwifiex_info_read() [all …]
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | bugs.c | 23 return sprintf(buf, "Vulnerable\n"); in cpu_show_meltdown() 25 return sprintf(buf, "Not affected\n"); in cpu_show_meltdown() 32 return sprintf(buf, "Vulnerable\n"); in cpu_show_spectre_v1() 34 return sprintf(buf, "Not affected\n"); in cpu_show_spectre_v1() 41 return sprintf(buf, "Vulnerable\n"); in cpu_show_spectre_v2() 43 return sprintf(buf, "Not affected\n"); in cpu_show_spectre_v2()
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_sysfs_br.c | 59 return sprintf(buf, "%lu\n", jiffies_to_clock_t(br->forward_delay)); in forward_delay_show() 73 return sprintf(buf, "%lu\n", in hello_time_show() 88 return sprintf(buf, "%lu\n", in max_age_show() 103 return sprintf(buf, "%lu\n", jiffies_to_clock_t(br->ageing_time)); in ageing_time_show() 123 return sprintf(buf, "%d\n", br->stp_enabled); in stp_state_show() 145 return sprintf(buf, "%#x\n", br->group_fwd_mask); in group_fwd_mask_show() 171 return sprintf(buf, "%d\n", in priority_show() 205 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show() 212 return sprintf(buf, "%d\n", to_bridge(d)->root_path_cost); in root_path_cost_show() 219 return sprintf(buf, "%d\n", to_bridge(d)->topology_change); in topology_change_show() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 115 sprintf(phys_pkg_path, "%s%d/cache/index3/id", in get_resource_id() 118 sprintf(phys_pkg_path, "%s%d/topology/physical_package_id", in get_resource_id() 161 sprintf(cache_path, "/sys/bus/cpu/devices/cpu%d/cache/index%d/size", in get_cache_size() 218 sprintf(cbm_mask_path, "%s/%s/cbm_mask", CBM_MASK_PATH, cache_type); in get_cbm_mask() 249 sprintf(core_siblings_path, "%s%d/topology/core_siblings_list", in get_core_sibling() 335 sprintf(resctrl_val, "%s", benchmark_cmd[5]); in run_benchmark() 448 sprintf(controlgroup, "%s/%s", RESCTRL_PATH, ctrlgrp); in write_bm_pid_to_resctrl() 450 sprintf(controlgroup, "%s", RESCTRL_PATH); in write_bm_pid_to_resctrl() 456 sprintf(tasks, "%s/tasks", controlgroup); in write_bm_pid_to_resctrl() 465 sprintf(monitorgroup_p, "%s/mon_groups", controlgroup); in write_bm_pid_to_resctrl() [all …]
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | sysfs.c | 113 result = sprintf(buffer, "%-25s\tHex SET\n", "Description"); in param_get_debug_layer() 116 result += sprintf(buffer + result, "%-25s\t0x%08lX [%c]\n", in param_get_debug_layer() 123 sprintf(buffer + result, "%-25s\t0x%08X [%c]\n", "ACPI_ALL_DRIVERS", in param_get_debug_layer() 129 sprintf(buffer + result, in param_get_debug_layer() 141 result = sprintf(buffer, "%-25s\tHex SET\n", "Description"); in param_get_debug_level() 144 result += sprintf(buffer + result, "%-25s\t0x%08lX [%c]\n", in param_get_debug_level() 151 sprintf(buffer + result, "--\ndebug_level = 0x%08X (* = enabled)\n", in param_get_debug_level() 274 return sprintf(buffer, "disable\n"); in param_get_trace_state() 278 return sprintf(buffer, "method-once\n"); in param_get_trace_state() 280 return sprintf(buffer, "method\n"); in param_get_trace_state() [all …]
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | nospec-sysfs.c | 10 return sprintf(buf, "Mitigation: __user pointer sanitization\n"); in cpu_show_spectre_v1() 17 return sprintf(buf, "Mitigation: etokens\n"); in cpu_show_spectre_v2() 19 return sprintf(buf, "Mitigation: execute trampolines\n"); in cpu_show_spectre_v2() 21 return sprintf(buf, "Mitigation: limited branch prediction\n"); in cpu_show_spectre_v2() 22 return sprintf(buf, "Vulnerable\n"); in cpu_show_spectre_v2()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifs_spnego.c | 131 sprintf(dp, "ver=0x%x;host=%s;", CIFS_SPNEGO_UPCALL_VERSION, in cifs_get_spnego_key() 137 sprintf(dp, "ip4=%pI4", &sa->sin_addr); in cifs_get_spnego_key() 139 sprintf(dp, "ip6=%pI6", &sa6->sin6_addr); in cifs_get_spnego_key() 147 sprintf(dp, ";sec=krb5"); in cifs_get_spnego_key() 149 sprintf(dp, ";sec=mskrb5"); in cifs_get_spnego_key() 152 sprintf(dp, ";sec=krb5"); in cifs_get_spnego_key() 156 sprintf(dp, ";uid=0x%x", in cifs_get_spnego_key() 160 sprintf(dp, ";creduid=0x%x", in cifs_get_spnego_key() 165 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key() 169 sprintf(dp, ";pid=0x%x", current->pid); in cifs_get_spnego_key()
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | file2alias.c | 89 sprintf(str + strlen(str), \ 95 sprintf(str + strlen(str), "*"); \ 111 sprintf(str + len, "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x", in add_uuid() 183 sprintf(alias + strlen(alias), "%0*X", in do_usb_entry() 186 sprintf(alias + strlen(alias), "%X", range_lo); in do_usb_entry() 189 sprintf(alias + strlen(alias), in do_usb_entry() 194 sprintf(alias + strlen(alias), in do_usb_entry() 197 sprintf(alias + strlen(alias), in do_usb_entry() 354 len = sprintf(alias, "of:N%sT%s", (*name)[0] ? *name : "*", in do_of_entry_multi() 358 sprintf(&alias[len], "%sC%s", (*type)[0] ? "*" : "", in do_of_entry_multi() [all …]
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
D | fjes_ethtool.c | 103 sprintf(p, "ep%u_com_regist_buf_exec", i); in fjes_get_strings() 105 sprintf(p, "ep%u_com_unregist_buf_exec", i); in fjes_get_strings() 107 sprintf(p, "ep%u_send_intr_rx", i); in fjes_get_strings() 109 sprintf(p, "ep%u_send_intr_unshare", i); in fjes_get_strings() 111 sprintf(p, "ep%u_send_intr_zoneupdate", i); in fjes_get_strings() 113 sprintf(p, "ep%u_recv_intr_rx", i); in fjes_get_strings() 115 sprintf(p, "ep%u_recv_intr_unshare", i); in fjes_get_strings() 117 sprintf(p, "ep%u_recv_intr_stop", i); in fjes_get_strings() 119 sprintf(p, "ep%u_recv_intr_zoneupdate", i); in fjes_get_strings() 121 sprintf(p, "ep%u_tx_buffer_full", i); in fjes_get_strings() [all …]
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | tpm-sysfs.c | 58 sprintf(str, in pubek_show() 72 str += sprintf(str, "%16ph\n", &out->modulus[i]); in pubek_show() 107 str += sprintf(str, "PCR-%02d: ", i); in pcrs_show() 109 str += sprintf(str, "%02X ", digest[j]); in pcrs_show() 110 str += sprintf(str, "\n"); in pcrs_show() 132 rc = sprintf(buf, "%d\n", !cap.perm_flags.disable); in enabled_show() 154 rc = sprintf(buf, "%d\n", !cap.perm_flags.deactivated); in active_show() 176 rc = sprintf(buf, "%d\n", cap.owned); in owned_show() 198 rc = sprintf(buf, "%d\n", cap.stclear_flags.deactivated); in temp_deactivated_show() 222 str += sprintf(str, "Manufacturer: 0x%x\n", in caps_show() [all …]
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | spectre.c | 20 return sprintf(buf, "Mitigation: __user pointer sanitization\n"); in cpu_show_spectre_v1() 39 return sprintf(buf, "%s\n", "Not affected"); in cpu_show_spectre_v2() 42 return sprintf(buf, "%s\n", "Vulnerable"); in cpu_show_spectre_v2() 45 return sprintf(buf, "Vulnerable: Unprivileged eBPF enabled\n"); in cpu_show_spectre_v2() 70 return sprintf(buf, "Mitigation: %s\n", method); in cpu_show_spectre_v2()
|