Searched refs:Type (Results 1 – 14 of 14) sorted by relevance
| /kernel/object/ |
| A D | exception.cpp | 57 previous_type_(ExceptionPort::Type::NONE) { in ExceptionPortIterator() 64 ExceptionPort::Type expected_type = ExceptionPort::Type::NONE; in Next() 68 case ExceptionPort::Type::NONE: in Next() 72 case ExceptionPort::Type::DEBUGGER: in Next() 74 expected_type = ExceptionPort::Type::THREAD; in Next() 76 case ExceptionPort::Type::THREAD: in Next() 78 expected_type = ExceptionPort::Type::PROCESS; in Next() 80 case ExceptionPort::Type::PROCESS: in Next() 83 expected_type = ExceptionPort::Type::JOB; in Next() 85 case ExceptionPort::Type::JOB: in Next() [all …]
|
| A D | excp_port.cpp | 78 DEBUG_ASSERT_MSG(type_ == Type::JOB || type_ == Type::JOB_DEBUGGER, in SetTarget() 91 DEBUG_ASSERT_MSG(type_ == Type::DEBUGGER || type_ == Type::PROCESS, in SetTarget() 104 DEBUG_ASSERT_MSG(type_ == Type::THREAD, in SetTarget() 139 case Type::JOB: in OnPortZeroHandles() 140 case Type::JOB_DEBUGGER: { in OnPortZeroHandles() 148 case Type::PROCESS: in OnPortZeroHandles() 149 case Type::DEBUGGER: { in OnPortZeroHandles() 157 case Type::THREAD: { in OnPortZeroHandles() 269 DEBUG_ASSERT(type_ == Type::DEBUGGER); in OnThreadStartForDebugger() 294 DEBUG_ASSERT(type_ == Type::JOB_DEBUGGER); in OnProcessStartForDebugger() [all …]
|
| A D | thread_dispatcher.cpp | 519 DEBUG_ASSERT(eport->type() == ExceptionPort::Type::THREAD); in SetExceptionPort() 762 ExceptionPort::Type excp_port_type; in GetInfoForUserspace() 783 excp_port_type = ExceptionPort::Type::NONE; in GetInfoForUserspace() 845 case ExceptionPort::Type::NONE: in GetInfoForUserspace() 848 case ExceptionPort::Type::DEBUGGER: in GetInfoForUserspace() 851 case ExceptionPort::Type::JOB_DEBUGGER: in GetInfoForUserspace() 854 case ExceptionPort::Type::THREAD: in GetInfoForUserspace() 857 case ExceptionPort::Type::PROCESS: in GetInfoForUserspace() 860 case ExceptionPort::Type::JOB: in GetInfoForUserspace()
|
| A D | job_dispatcher.cpp | 467 case ExceptionPort::Type::JOB_DEBUGGER: in SetExceptionPort() 470 case ExceptionPort::Type::JOB: in SetExceptionPort()
|
| A D | process_dispatcher.cpp | 669 case ExceptionPort::Type::DEBUGGER: in SetExceptionPort() 672 case ExceptionPort::Type::PROCESS: in SetExceptionPort()
|
| /kernel/dev/pcie/include/dev/ |
| A D | pcie_upstream_node.h | 29 enum class Type { ROOT, BRIDGE }; enum 41 Type type() const { return type_; } in type() 51 PcieUpstreamNode(PcieBusDriver& bus_drv, Type type, uint mbus_id) in PcieUpstreamNode() 66 const Type type_;
|
| /kernel/object/include/object/ |
| A D | excp_port.h | 35 enum class Type { NONE, JOB_DEBUGGER, DEBUGGER, THREAD, PROCESS, JOB}; enum 37 static zx_status_t Create(Type type, fbl::RefPtr<PortDispatcher> port, 42 Type type() const { return type_; } in type() 69 ExceptionPort(Type type, fbl::RefPtr<PortDispatcher> port, uint64_t port_key); 91 const Type type_;
|
| /kernel/syscalls/ |
| A D | exceptions.cpp | 73 ExceptionPort::Type type; in task_bind_exception_port() 75 type = ExceptionPort::Type::JOB_DEBUGGER; in task_bind_exception_port() 77 type = ExceptionPort::Type::JOB; in task_bind_exception_port() 92 ExceptionPort::Type type; in task_bind_exception_port() 94 type = ExceptionPort::Type::DEBUGGER; in task_bind_exception_port() 96 type = ExceptionPort::Type::PROCESS; in task_bind_exception_port() 112 status = ExceptionPort::Create(ExceptionPort::Type::THREAD, in task_bind_exception_port()
|
| /kernel/dev/pcie/ |
| A D | pcie_root.cpp | 13 : PcieUpstreamNode(bus_drv, PcieUpstreamNode::Type::ROOT, mbus_id), in PcieRoot()
|
| A D | pcie_bridge.cpp | 32 PcieUpstreamNode(bus_drv, PcieUpstreamNode::Type::BRIDGE, mbus_id) { in PcieBridge() 256 if (upstream->type() == PcieUpstreamNode::Type::ROOT) { in AllocateBridgeWindowsLocked()
|
| A D | pcie_irqs.cpp | 805 (upstream->type() == PcieUpstreamNode::Type::BRIDGE)) { in MapPinToIrqLocked() 866 if (upstream->type() != PcieUpstreamNode::Type::ROOT) { in MapPinToIrqLocked()
|
| A D | pcie_device.cpp | 544 if (upstream->type() == PcieUpstreamNode::Type::BRIDGE && info.is_prefetchable) { in AllocateBarLocked()
|
| /kernel/platform/pc/ |
| A D | acpi.cpp | 113 switch (record_hdr->Type) { in platform_enumerate_cpus() 166 switch (record_hdr->Type) { in platform_enumerate_io_apics() 218 switch (record_hdr->Type) { in platform_enumerate_interrupt_source_overrides()
|
| A D | memory.cpp | 241 tag, e->PhysicalStart, e->Type, in efi_print() 263 range->is_mem = efi_is_mem(entry->Type); in efi_range_advance() 273 if (efi_is_mem(next->Type) != range->is_mem) { in efi_range_advance()
|
Completed in 32 milliseconds