dram后端操作函数定义 更多...
#include "../nvme.h"
函数 | |
int | init_dram_backend (SsdDramBackend **mbe, int64_t nbytes) |
void | free_dram_backend (SsdDramBackend *b) |
int | backend_rw (SsdDramBackend *b, QEMUSGList *qsg, uint64_t *lbal, bool is_write) |
dram后端操作函数定义
int backend_rw | ( | SsdDramBackend * | b, |
QEMUSGList * | qsg, | ||
uint64_t * | lbal, | ||
bool | is_write | ||
) |
void free_dram_backend | ( | SsdDramBackend * | b | ) |
int init_dram_backend | ( | SsdDramBackend ** | mbe, |
int64_t | nbytes | ||
) |