Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 88) sorted by relevance

1234

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1199 int handled; in vmx_handle_cpuid() local
1204 return (handled); in vmx_handle_cpuid()
1217 int handled) in vmx_exit_trace() argument
2130 handled = HANDLED; in vmx_handle_apic_write()
2187 return (handled); in vmx_handle_apic_write()
2343 handled = UNHANDLED; in vmx_exit_process()
2764 handled = HANDLED; in vmx_exit_process()
2786 if (handled) { in vmx_exit_process()
2820 return (handled); in vmx_exit_process()
3157 } while (handled); in vmx_run()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dsharp,lq150x1lg11.yaml27 the RL/UD and/or SELLVDS pins are assumed to be handled
35 the RL/UD and/or SELLVDS pins are assumed to be handled
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1339 handled = 0; in svm_vmexit()
1377 handled = 1; in svm_vmexit()
1381 handled = 1; in svm_vmexit()
1385 handled = 1; in svm_vmexit()
1388 handled = 1; in svm_vmexit()
1458 handled = 1; in svm_vmexit()
1476 handled = 1; in svm_vmexit()
1488 handled = 1; in svm_vmexit()
1553 handled = 1; in svm_vmexit()
1564 if (handled) { in svm_vmexit()
[all …]
/f-stack/freebsd/kern/
H A Dkern_priv.c115 priv_check_cred_post(struct ucred *cred, int priv, int error, bool handled) in priv_check_cred_post() argument
118 if (__predict_true(handled)) in priv_check_cred_post()
H A Dsubr_kdb.c689 int handled; in kdb_trap() local
727 handled = be->dbbe_trap(type, code); in kdb_trap()
750 return (handled); in kdb_trap()
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dste-coh901318.txt12 - dma-channels: the number of DMA channels handled
/f-stack/freebsd/arm/arm/
H A Dtrap-v6.c566 bool handled; in abort_fatal() local
615 handled = kdb_trap(fsr, 0, tf); in abort_fatal()
617 if (handled) in abort_fatal()
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,omap2-intc.txt15 - ti,intc-size: Number of interrupts handled by the interrupt controller.
H A Dti,cp-intc.txt16 - ti,intc-size: Number of interrupts handled by the interrupt controller.
H A Dabilis,tb10x-ictl.txt16 - interrupts: Specifies the list of interrupt lines which are handled by
H A Dti,sci-inta.yaml41 of these requested resources should be handled by driver and requests
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dcalxeda-combophy.yaml14 Programming the PHYs is typically handled by those device drivers,
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dbrcm,iproc-pdc-mbox.txt4 handled by the FA2 (Northstar Plus).
/f-stack/freebsd/arm64/arm64/
H A Dtrap.c242 bool handled; in data_abort() local
330 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0, in data_abort()
333 if (handled) in data_abort()
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Dxilinx-pr-decoupler.txt11 PR Decouplers which can be handled independently or chained via decouple/
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-sprd.txt5 interrupt is shared for all of the banks handled by the controller.
H A Dgpio-dsp-keystone.txt13 - reading pin value returns 0 - if IRQ was handled or 1 - IRQ is still
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs53l30.txt17 GPIO_ACTIVE_HIGH or GPIO_ACTIVE_LOW, which would be handled
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-lt3593.txt22 be handled by its own device node.
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dbaikal,bt1-apb.yaml14 Baikal-T1 CPU or DMAC MMIO requests are handled by the AMBA 3 AXI Interconnect
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c577 bool handled; in pinmux_config_node() local
582 handled = false; in pinmux_config_node()
594 handled = true; in pinmux_config_node()
603 handled = true; in pinmux_config_node()
606 if (!handled) { in pinmux_config_node()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dslowlog.tcl14 test {SLOWLOG - max entries is correctly handled} {
/f-stack/freebsd/i386/i386/
H A Dtrap.c886 bool handled; local
949 handled = kdb_trap(type, 0, frame);
952 if (handled)
/f-stack/freebsd/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt74 DDR initialization is already handled by a HW IP block.
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c855 bool handled; local
908 handled = kdb_trap(type, 0, frame);
910 if (handled)

1234