Home
last modified time | relevance | path

Searched refs:inhibit (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/riscv/
H A Driscv-iommu-hpm.c37 const uint32_t inhibit = riscv_iommu_reg_get32( in riscv_iommu_hpmcycle_read() local
42 trace_riscv_iommu_hpm_read(cycle, inhibit, ctr_prev, ctr_val); in riscv_iommu_hpmcycle_read()
44 if (get_field(inhibit, RISCV_IOMMU_IOCOUNTINH_CY)) { in riscv_iommu_hpmcycle_read()
90 const uint32_t inhibit = riscv_iommu_reg_get32( in riscv_iommu_hpm_incr_ctr() local
111 if (get_field(inhibit, BIT(ctr_idx + 1))) { in riscv_iommu_hpm_incr_ctr()
178 const uint32_t inhibit = riscv_iommu_reg_get32( in riscv_iommu_hpm_timer_cb() local
182 if (get_field(inhibit, RISCV_IOMMU_IOCOUNTINH_CY)) { in riscv_iommu_hpm_timer_cb()
212 const uint32_t inhibit = riscv_iommu_reg_get32( in hpm_setup_timer() local
216 if (get_field(inhibit, RISCV_IOMMU_IOCOUNTINH_CY)) { in hpm_setup_timer()
243 const uint32_t inhibit = riscv_iommu_reg_get32( in riscv_iommu_process_iocntinh_cy() local
[all …]
H A Dtrace-events22 …iommu_hpm_read(uint64_t cycle, uint32_t inhibit, uint64_t ctr_prev, uint64_t ctr_val) "cycle 0x%"P…
/qemu/net/
H A Daf-xdp.c54 bool inhibit; member
279 if (!s->inhibit && nc->queue_index == s->n_queues - 1 && s->xdp_flags in af_xdp_cleanup()
348 s->inhibit = opts->has_inhibit && opts->inhibit; in af_xdp_socket_create()
349 if (s->inhibit) { in af_xdp_socket_create()
468 if ((opts->has_inhibit && opts->inhibit) != !!opts->sock_fds) { in net_init_af_xdp()
/qemu/pc-bios/keymaps/
H A Dsv176 Multi_key 0x0 inhibit
H A Dsl176 Multi_key 0x0 inhibit
/qemu/qapi/
H A Dnet.json456 # @inhibit: Don't load a default XDP program, use one already loaded
463 # @inhibit.
474 '*inhibit': 'bool',
/qemu/
H A Dqemu-options.hx2911 " [,queues=n][,start-queue=m][,inhibit=on|off][,sock-fds=x:y:...:z]\n"
2915 …" use 'inhibit=on|off' to inhibit loading of a default XDP program (default: off)\n"
2916 " with inhibit=on,\n"
3613 …e=name[,mode=native|skb][,force-copy=on|off][,queues=n][,start-queue=m][,inhibit=on|off][,sock-fds…
3652 XDP program can also be loaded externally. In this case 'inhibit' option
3660 -netdev af-xdp,id=n1,ifname=eth0,queues=3,inhibit=on,sock-fds=15:16:17