Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/apei/
H A Dghes.c173 static void __iomem *ghes_map(u64 pfn, enum fixed_addresses fixmap_idx) in ghes_map() argument
180 __set_fixmap(fixmap_idx, paddr, prot); in ghes_map()
182 return (void __iomem *) __fix_to_virt(fixmap_idx); in ghes_map()
185 static void ghes_unmap(void __iomem *vaddr, enum fixed_addresses fixmap_idx) in ghes_unmap() argument
189 WARN_ON_ONCE(fixmap_idx != _idx); in ghes_unmap()
190 clear_fixmap(fixmap_idx); in ghes_unmap()
336 enum fixed_addresses fixmap_idx) in ghes_copy_tofrom_phys() argument
344 vaddr = ghes_map(PHYS_PFN(paddr), fixmap_idx); in ghes_copy_tofrom_phys()
354 ghes_unmap(vaddr, fixmap_idx); in ghes_copy_tofrom_phys()
385 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_peek_estatus() argument
[all …]