Searched refs:inhibit (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/riscv/ |
H A D | riscv-iommu-hpm.c | 37 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 D | trace-events | 22 …iommu_hpm_read(uint64_t cycle, uint32_t inhibit, uint64_t ctr_prev, uint64_t ctr_val) "cycle 0x%"P…
|
/qemu/net/ |
H A D | af-xdp.c | 54 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 D | sv | 176 Multi_key 0x0 inhibit
|
H A D | sl | 176 Multi_key 0x0 inhibit
|
/qemu/qapi/ |
H A D | net.json | 456 # @inhibit: Don't load a default XDP program, use one already loaded 463 # @inhibit. 474 '*inhibit': 'bool',
|
/qemu/ |
H A D | qemu-options.hx | 2911 " [,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
|