Home
last modified time | relevance | path

Searched refs:GB (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/docs/kernel/memory_management/
Dmmio.md15 - 为驱动程序分配4K到1GB的MMIO虚拟地址空间
25 1. 初始化MMIO-mapping模块,在mmio的伙伴系统中创建512个1GB的`__mmio_buddy_addr_region`
/DragonOS-0.1.2/docs/kernel/core_api/
Ddata_structures.md8   kfifo先进先出缓冲区定义于`common/kfifo.h`中。您可以使用它,创建指定大小的fifo缓冲区(最大大小为4GB
/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c227 #define GB *(1U << 30) macro
1107 …)inputSize >= 0xFFFFU) || ((tableType == byU32) && cctx->currentOffset > 1 GB) || tableType == byP… in LZ4_prepareTable()
1271 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()