Home
last modified time | relevance | path

Searched refs:hyp_fixmap_slot (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c29 struct hyp_fixmap_slot { struct
33 static DEFINE_PER_CPU(struct hyp_fixmap_slot, fixmap_slots); argument
234 struct hyp_fixmap_slot *slot = this_cpu_ptr(&fixmap_slots); in hyp_fixmap_map()
246 static void fixmap_clear_slot(struct hyp_fixmap_slot *slot) in fixmap_clear_slot()
276 struct hyp_fixmap_slot *slot = per_cpu_ptr(&fixmap_slots, (u64)ctx->arg); in __create_fixmap_slot_cb()