Searched refs:legacy (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_irqs.cpp114 /* Go over the list of device's which share this legacy IRQ and give them a
121 TRACEF("Received legacy PCI INT (system IRQ %u), but there are no devices registered to "
133 irq_.legacy.shared_handler_node) {
155 TRACEF("Received legacy PCI INT (system IRQ %u) for %02x:%02x.%02x, but no irq_ "
170 TRACEF("Received legacy PCI INT (system IRQ %u) for %02x:%02x.%02x , but no irq_ "
185 DEBUG_ASSERT(dev.irq_.legacy.shared_handler.get() == this);
186 DEBUG_ASSERT(!list_in_list(&dev.irq_.legacy.shared_handler_node));
188 /* Make certain that the device's legacy IRQ has been masked at the PCI
198 list_add_tail(&device_handler_list_, &dev.irq_.legacy.shared_handler_node);
205 DEBUG_ASSERT(dev.irq_.legacy
[all...]
H A Dpcie_device.cpp97 * disabled. Also, explicitly disable legacy IRQs */
266 DEBUG_ASSERT(irq_.legacy.shared_handler != nullptr);
346 * the legacy IRQ enable/disable bit. Just ignore them if they try to
659 // off device initiated accesses to the bus, disable legacy interrupts.
/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp44 // The first xsave component in the extended (non-legacy) area.
64 // Indexed by component. Components 0 and 1 are the "legacy" floating point and
66 // they are inside the legacy xsave area. Use XSAVE_FIRST_EXT_COMPONENT for
105 static_assert(sizeof(x86_xsave_legacy_area) == 416, "Size of legacy xsave area should match spec.");
110 x86_xsave_legacy_area legacy; member in struct:xsave_area
139 // Sets the portions of the xsave legacy area such that the x87 state is considered in its "initial
192 // want to make to the init state is having SIMD exceptions masked. The "legacy" area
195 set_x87_initial_state(&area->legacy);
196 set_sse_initial_state(&area->legacy);
197 area->legacy
[all...]
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_device.h311 uint8_t legacy_irq_pin() const { return irq_.legacy.pin; }
456 } legacy; member in struct:PcieDevice::__anon46
/fuchsia/zircon/make/
H A Dbuild.mk197 .PHONY: legacy
198 kernel: legacy
199 legacy: $(BUILDDIR)/zircon.bin $(BUILDDIR)/bootdata.bin
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk269 $(LOCAL_DIR)/src/legacy/cuserid.c \
270 $(LOCAL_DIR)/src/legacy/err.c \
271 $(LOCAL_DIR)/src/legacy/euidaccess.c \
272 $(LOCAL_DIR)/src/legacy/futimes.c \
273 $(LOCAL_DIR)/src/legacy/getdtablesize.c \
274 $(LOCAL_DIR)/src/legacy/getpagesize.c \
275 $(LOCAL_DIR)/src/legacy/getpass.c \
276 $(LOCAL_DIR)/src/legacy/isastream.c \
277 $(LOCAL_DIR)/src/legacy/lutimes.c \
955 # $(LOCAL_DIR)/src/legacy/ft
[all...]
/fuchsia/zircon/scripts/
H A Drun-zircon432 CMDLINE+="kernel.serial=legacy "

Completed in 79 milliseconds