| 329 | } |
| 330 | |
| 331 | __attribute__((always_inline)) inline uint32_t GetMinMemoryPageSize(){ |
| 332 | return 0x1000 /*(1 << 12)*/ << NVME_CAP_MPSMIN(cRegs->cap); |
| 333 | } |
| 334 | |
| 335 | __attribute__((always_inline)) inline uint32_t GetDoorbellStride(){ |
| 336 | return NVME_CAP_DSTRD(cRegs->cap); |
nothing calls this directly
no outgoing calls
no test coverage detected