ZXFoundation™ 26h2
Loading...
Searching...
No Matches
nc_gate.cxxm File Reference

Gate namespace dispatch handler. More...

import zxfoundation.dgp.gate.core;
import arch.s390x.cpu.lowcore;
import lib.error;
import zxfoundation.dgp.domain.core;
import std;
import zxfoundation.dgp.authorize;
import zxfoundation.sys.printk.core;
import zxfoundation.dgp.isolation.types;
import zxfoundation.base.types;
import zxfoundation.dgp.domain.types;
import zxfoundation.dgp.gate.types;
Include dependency graph for nc_gate.cxxm:

Functions

auto zxfoundation::dgp::gate::nc_gate::detail::current_domain () noexcept -> domain::domain *
auto zxfoundation::dgp::gate::nc_gate::dispatch (u32 op, u64 a0, u64 a1, u64 a2, u64 a3, u64 a4) noexcept -> u64
template<gate_op Op>
auto zxfoundation::dgp::gate::nc_gate::dispatch_wrap (u64 a0, u64 a1, u64 a2, u64 a3, u64 a4) noexcept -> u64
auto zxfoundation::dgp::gate::nc_gate::detail::nc_gate_create (u64 a0, u64 a1, u64 a2, u64 a3, u64 a4) noexcept -> u64
auto zxfoundation::dgp::gate::nc_gate::detail::nc_gate_destroy (u64 a0, u64 a1, u64, u64, u64) noexcept -> u64

Variables

static constexpr u64 NC_GATE_ERROR = ~0ULL

Detailed Description

Gate namespace dispatch handler.

SPDX-License-Identifier: Apache-2.0