__native_set_fixmap
void __native_set_fixmap(enum fixed_addresses idx, pte_t pte);
__native_set_fixmap(idx, pfn_pte(phys >> PAGE_SHIFT, flags));