代码拉取完成,页面将自动刷新
/*
* Contributors: Zhoujie(1395529361@qq.com)
*
*
* In case if you have any doubts or questions, kindly write to: 1395529361@qq.com
*
* Description: This is a header file for MixFTL.c. and related to dftl.h/dftl.c
*
*/
#ifndef _MIXFTL_H_
#define _MIXFTL_H_
#include "dftl.h"
#include "type.h"
struct ftl_operation * Mopm_setup();
struct Mopm_entry {
_u32 free : 1;
_u32 ppn : 31;
int cache_status;
int cache_age;
int map_status;
int map_age;
int update;
int IsSLC;
};
//ppn 直接为SLC的物理块编号地址
struct Momap_dir{
unsigned int ppn;
};
sect_t Mix_4K_opagemap_num;
sect_t SLC_4K_opagemap_num;
sect_t MLC_4K_opagemap_num;
sect_t Mix_4K_mapdir_num;
struct Mopm_entry * Mix_4K_opagemap;
int SLC_TOTAL_MAP_ENTRIES;
int MLC_TOTAL_MAP_ENTRIES;
#define MIX_MAP_ENTRIES_PER_PAGE 512
#define UPN_SECT_NUM_PER_PAGE 8
#define UPN_SECT_BITS 3
_u32 mix_upn_SLC_start;
_u32 mix_upn_SLC_end;
_u32 mix_upn_MLC_start;
_u32 mix_upn_MLC_end;
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。