DRAM后端相关声明 更多...
#include <stdint.h>

结构体 | |
| struct | SsdDramBackend |
| DRAM backend SSD address space 更多... | |
类型定义 | |
| typedef struct SsdDramBackend | SsdDramBackend |
| DRAM backend SSD address space 更多... | |
函数 | |
| int | init_dram_backend (SsdDramBackend **mbe, int64_t nbytes) |
| void | free_dram_backend (SsdDramBackend *) |
| int | backend_rw (SsdDramBackend *, QEMUSGList *, uint64_t *, bool) |
DRAM后端相关声明
| typedef struct SsdDramBackend SsdDramBackend |
DRAM backend SSD address space
| int backend_rw | ( | SsdDramBackend * | , |
| QEMUSGList * | , | ||
| uint64_t * | , | ||
| bool | |||
| ) |

| void free_dram_backend | ( | SsdDramBackend * | ) |

| int init_dram_backend | ( | SsdDramBackend ** | mbe, |
| int64_t | nbytes | ||
| ) |
