| /kernel/target/arm64/board/kirin970/ |
| A D | boot-shim-config.h | 22 .type = ZBI_MEM_RANGE_RAM, 26 .type = ZBI_MEM_RANGE_PERIPHERAL, 32 .type = ZBI_MEM_RANGE_RESERVED, 38 .type = ZBI_MEM_RANGE_RESERVED, 44 .type = ZBI_MEM_RANGE_RESERVED, 50 .type = ZBI_MEM_RANGE_RESERVED, 56 .type = ZBI_MEM_RANGE_RESERVED,
|
| /kernel/target/arm64/board/hikey960/ |
| A D | boot-shim-config.h | 21 .type = ZBI_MEM_RANGE_RAM, 25 .type = ZBI_MEM_RANGE_PERIPHERAL, 31 .type = ZBI_MEM_RANGE_RESERVED, 37 .type = ZBI_MEM_RANGE_RESERVED, 43 .type = ZBI_MEM_RANGE_RESERVED, 49 .type = ZBI_MEM_RANGE_RESERVED, 55 .type = ZBI_MEM_RANGE_RESERVED,
|
| /kernel/lib/hypervisor/include/hypervisor/ |
| A D | interrupt_tracker.h | 51 void Set(uint32_t vector, InterruptType type) { in Set() argument 58 if (type != InterruptType::INACTIVE) { in Set() 121 InterruptType type = bitmap_.Get(vector); in TryPop() local 122 if (type != InterruptType::INACTIVE) { in TryPop() 125 return type; in TryPop() 131 InterruptType type = bitmap_.Scan(vector); in Pop() local 132 if (type != InterruptType::INACTIVE) { in Pop() 135 return type; in Pop() 139 void Track(uint32_t vector, InterruptType type) { in Track() argument 141 bitmap_.Set(vector, type); in Track() [all …]
|
| /kernel/target/arm64/board/mt8167s_ref/ |
| A D | boot-shim-config.h | 30 .type = ZBI_MEM_RANGE_RAM, 35 .type = ZBI_MEM_RANGE_PERIPHERAL, 42 .type = ZBI_MEM_RANGE_RESERVED, 48 .type = ZBI_MEM_RANGE_RESERVED, 54 .type = ZBI_MEM_RANGE_RESERVED, 60 .type = ZBI_MEM_RANGE_RESERVED, 66 .type = ZBI_MEM_RANGE_RESERVED,
|
| /kernel/target/arm64/board/cleo/ |
| A D | boot-shim-config.h | 30 .type = ZBI_MEM_RANGE_RAM, 35 .type = ZBI_MEM_RANGE_PERIPHERAL, 42 .type = ZBI_MEM_RANGE_RESERVED, 48 .type = ZBI_MEM_RANGE_RESERVED, 54 .type = ZBI_MEM_RANGE_RESERVED, 60 .type = ZBI_MEM_RANGE_RESERVED, 66 .type = ZBI_MEM_RANGE_RESERVED,
|
| /kernel/object/include/object/ |
| A D | excp_port.h | 37 static zx_status_t Create(Type type, fbl::RefPtr<PortDispatcher> port, 42 Type type() const { return type_; } in type() function 44 zx_status_t SendPacket(ThreadDispatcher* thread, uint32_t type); 63 static void BuildArchReport(zx_exception_report_t* report, uint32_t type, 69 ExceptionPort(Type type, fbl::RefPtr<PortDispatcher> port, uint64_t port_key); 74 zx_status_t SendPacketWorker(uint32_t type, zx_koid_t pid, zx_koid_t tid); 85 static void BuildReport(zx_exception_report_t* report, uint32_t type);
|
| /kernel/target/arm64/board/eagle/ |
| A D | boot-shim-config.h | 30 .type = ZBI_MEM_RANGE_RAM, 35 .type = ZBI_MEM_RANGE_PERIPHERAL, 42 .type = ZBI_MEM_RANGE_RESERVED, 48 .type = ZBI_MEM_RANGE_RESERVED, 54 .type = ZBI_MEM_RANGE_RESERVED, 60 .type = ZBI_MEM_RANGE_RESERVED,
|
| /kernel/dev/pdev/ |
| A D | pdev.cpp | 19 static void pdev_init_driver(uint32_t type, const void* driver_data, uint32_t length, uint level) { in pdev_init_driver() argument 22 if (ptr->type == type && ptr->level == level) { in pdev_init_driver() 35 DEBUG_ASSERT(item->type == ZBI_TYPE_CONTAINER); in pdev_run_hooks() 43 if (item->type == ZBI_TYPE_KERNEL_DRIVER) { in pdev_run_hooks()
|
| /kernel/object/ |
| A D | excp_port.cpp | 27 if (!ZX_PKT_IS_EXCEPTION(type)) in MakePacket() 35 port_packet->packet.type = type; in MakePacket() 49 auto eport = new (&ac) ExceptionPort(type, ktl::move(port), port_key); in Create() 60 : type_(type), port_key_(port_key), port_(port) { in ExceptionPort() 229 type, pid, tid); in SendPacketWorker() 235 auto iopk = MakePacket(port_key_, type, pid, tid); in SendPacketWorker() 246 zx_status_t ExceptionPort::SendPacket(ThreadDispatcher* thread, uint32_t type) { in SendPacket() argument 251 return SendPacketWorker(type, pid, tid); in SendPacket() 254 void ExceptionPort::BuildReport(zx_exception_report_t* report, uint32_t type) { in BuildReport() argument 257 report->header.type = type; in BuildReport() [all …]
|
| A D | iommu_dispatcher.cpp | 26 zx_status_t IommuDispatcher::Create(uint32_t type, ktl::unique_ptr<const uint8_t[]> desc, in Create() argument 32 switch (type) { in Create()
|
| A D | port_dispatcher.cpp | 89 PortObserver::PortObserver(uint32_t type, const Handle* handle, fbl::RefPtr<PortDispatcher> port, in PortObserver() argument 91 : type_(type), in PortObserver() 101 packet.type = type_; in PortObserver() 238 port_packet->packet.type = ZX_PKT_TYPE_USER; in QueueUser() 310 out_packet->type = ZX_PKT_TYPE_INTERRUPT; in Dequeue() 373 uint32_t type; in MakeObserver() local 376 type = ZX_PKT_TYPE_SIGNAL_ONE; in MakeObserver() 379 type = ZX_PKT_TYPE_SIGNAL_REP; in MakeObserver() 386 auto observer = new (&ac) PortObserver(type, handle, fbl::RefPtr<PortDispatcher>(this), key, in MakeObserver()
|
| A D | exception.cpp | 23 static const char* excp_type_to_string(uint type) { in excp_type_to_string() argument 24 switch (type) { in excp_type_to_string() 102 DEBUG_ASSERT(eport->type() == expected_type); in Next() 124 LTRACEF("Trying exception port type %d\n", static_cast<int>(eport->type())); in try_exception_handler()
|
| /kernel/syscalls/ |
| A D | exceptions.cpp | 73 ExceptionPort::Type type; in task_bind_exception_port() local 75 type = ExceptionPort::Type::JOB_DEBUGGER; in task_bind_exception_port() 77 type = ExceptionPort::Type::JOB; in task_bind_exception_port() 78 status = ExceptionPort::Create(type, in task_bind_exception_port() 92 ExceptionPort::Type type; in task_bind_exception_port() local 94 type = ExceptionPort::Type::DEBUGGER; in task_bind_exception_port() 96 type = ExceptionPort::Type::PROCESS; in task_bind_exception_port() 97 status = ExceptionPort::Create(type, ktl::move(port), key, &eport); in task_bind_exception_port()
|
| /kernel/include/ktl/ |
| A D | move.h | 12 constexpr typename std::remove_reference<T>::type&& move(T&& t) { in move() 13 return static_cast<typename std::remove_reference<T>::type&&>(t); in move()
|
| /kernel/dev/pdev/include/pdev/ |
| A D | driver.h | 18 uint32_t type; // driver type, as defined in <zircon/boot/kernel-drivers.h> member 27 ….type = _type, …
|
| /kernel/dev/pcie/include/dev/ |
| A D | pcie_upstream_node.h | 41 Type type() const { return type_; } in type() function 51 PcieUpstreamNode(PcieBusDriver& bus_drv, Type type, uint mbus_id) in PcieUpstreamNode() argument 53 type_(type), in PcieUpstreamNode()
|
| /kernel/target/arm64/board/sherlock/ |
| A D | boot-shim-config.h | 26 .type = ZBI_MEM_RANGE_RAM, 31 .type = ZBI_MEM_RANGE_PERIPHERAL, 37 .type = ZBI_MEM_RANGE_RESERVED,
|
| /kernel/platform/pc/ |
| A D | debug.cpp | 165 return bootloader.uart.type != ZBI_UART_NONE; in platform_serial_enabled() 173 bootloader.uart.type = ZBI_UART_NONE; in pc_init_debug_default_early() 182 bootloader.uart.type = ZBI_UART_NONE; in handle_serial_cmdline() 186 bootloader.uart.type = ZBI_UART_PC_PORT; in handle_serial_cmdline() 225 bootloader.uart.type = ZBI_UART_PC_PORT; in handle_serial_cmdline() 227 bootloader.uart.type = ZBI_UART_PC_MMIO; in handle_serial_cmdline() 257 bootloader.uart.type = ZBI_UART_NONE; in handle_serial_cmdline() 264 switch (bootloader.uart.type) { in pc_init_debug_early() 275 bootloader.uart.type = ZBI_UART_NONE; in pc_init_debug_early()
|
| /kernel/include/ |
| A D | asm.h | 17 #define LOCAL_FUNCTION_LABEL(x) .type x,STT_FUNC; x: 26 #define LOCAL_DATA(x) .type x,STT_OBJECT; x:
|
| /kernel/target/arm64/board/imx8mevk/ |
| A D | boot-shim-config.h | 18 .type = ZBI_MEM_RANGE_RAM, 23 .type = ZBI_MEM_RANGE_PERIPHERAL,
|
| /kernel/target/arm64/board/imx8mmevk/ |
| A D | boot-shim-config.h | 18 .type = ZBI_MEM_RANGE_RAM, 23 .type = ZBI_MEM_RANGE_PERIPHERAL,
|
| /kernel/arch/x86/ |
| A D | descriptor.cpp | 82 uint8_t type, uint8_t gran, uint8_t bits) { in set_global_desc_64() argument 89 uint8_t type : 4; in set_global_desc_64() member 116 entry.type = type & 0x0f; // segment type in set_global_desc_64()
|
| /kernel/target/pc/multiboot/ |
| A D | multiboot-main.c | 49 .type = mmap->type, in add_memory_info() 57 .type = E820_RAM, in add_memory_info() 62 .type = E820_RAM, in add_memory_info() 120 if (hdr->type == ZBI_TYPE_KERNEL_X64) { in find_kernel_item() 145 if (mmap->type == MB_MMAP_TYPE_AVAILABLE) { in multiboot_main()
|
| /kernel/lib/version/ |
| A D | version.cpp | 58 uint32_t type; member 70 if (note->type != NT_GNU_BUILD_ID || in init_build_id()
|
| /kernel/target/arm64/board/qemu/ |
| A D | boot-shim-config.h | 20 .type = ZBI_MEM_RANGE_RAM, 25 .type = ZBI_MEM_RANGE_PERIPHERAL,
|