Docs.rs
  • axcpu-0.2.2
    • axcpu 0.2.2
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • equation314
    • github:arceos-org:core
    • Dependencies
      • cfg-if ^1.0 normal
      • linkme ^0.3 normal
      • log ^0.4 normal
      • memory_addr ^0.4 normal
      • page_table_entry ^0.5 normal
      • static_assertions ^1.1.0 normal
      • riscv ^0.14 normal
      • aarch64-cpu ^10.0 normal
      • tock-registers ^0.9 normal
      • loongArch64 ^0.2.4 normal
      • page_table_multiarch ^0.5 normal
      • lazyinit ^0.2 normal
      • percpu ^0.2 normal
      • x86 ^0.52 normal
      • x86_64 ^0.15.2 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • aarch64-unknown-none-softfloat
    • loongarch64-unknown-none-softfloat
    • riscv64gc-unknown-none-elf
    • x86_64-unknown-none
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

axcpu0.2.2

Crate Items

  • Structs
  • Statics
  • Functions
  • Attribute Macros

List of all items

Structs

  • ExtendedState
  • FxsaveArea
  • GdtStruct
  • IdtStruct
  • TaskContext
  • TaskStateSegment
  • TrapFrame
  • trap::PageFaultFlags
  • uspace::UspaceContext

Attribute Macros

  • trap::def_trap_handler
  • trap::register_trap_handler

Functions

  • asm::disable_irqs
  • asm::enable_irqs
  • asm::flush_tlb
  • asm::halt
  • asm::irqs_enabled
  • asm::read_kernel_page_table
  • asm::read_thread_pointer
  • asm::read_user_page_table
  • asm::wait_for_irqs
  • asm::write_kernel_page_table
  • asm::write_thread_pointer
  • asm::write_user_page_table
  • init::init_gdt
  • init::init_idt
  • init::init_percpu
  • init::init_syscall
  • init::init_trap

Statics

  • trap::IRQ
  • trap::PAGE_FAULT
  • trap::SYSCALL