Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dcpu_entry_area.c79 void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags) in cea_set_pte() function
102 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
127 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
199 cea_set_pte(&cea->gdt, get_cpu_gdt_paddr(cpu), gdt_prot); in setup_cpu_entry_area()
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_entry_area.h138 extern void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags);
/openbmc/linux/arch/x86/kernel/
H A Didt.c266 cea_set_pte(CPU_ENTRY_AREA_RO_IDT_VADDR, __pa_symbol(idt_table), in idt_map_in_cea()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c470 cea_set_pte(cea, pa, prot); in ds_update_cea()
487 cea_set_pte(cea, 0, PAGE_NONE); in ds_clear_cea()