8/8

x86/string: extend memcpy_flushcache() fixed-size fastpaths

扩展 x86 memcpy_flushcache() 内联 fastpath,新增到 96 字节的固定大小 MOVNTI 分支,使 sizeof(struct page)(64/80/96 字节)复制不再落入 __memcpy_flushcache();ZONE_DEVICE 每页一次复制,100GB fsdax 约 2500 万次受益。