Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
Dcpu_entry_area.c77 void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags) in cea_set_pte() function
100 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
125 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
201 cea_set_pte(&cea->gdt, get_cpu_gdt_paddr(cpu), gdt_prot); in setup_cpu_entry_area()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpu_entry_area.h138 extern void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags);
/kernel/linux/linux-5.10/arch/x86/kernel/
Didt.c275 cea_set_pte(CPU_ENTRY_AREA_RO_IDT_VADDR, __pa_symbol(idt_table), in idt_map_in_cea()
/kernel/linux/linux-5.10/arch/x86/events/intel/
Dds.c296 cea_set_pte(cea, pa, prot); in ds_update_cea()
313 cea_set_pte(cea, 0, PAGE_NONE); in ds_clear_cea()