Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/mm/
Dcpu_entry_area.c34 void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags) in cea_set_pte() function
57 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
82 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
155 cea_set_pte(&cea->gdt, get_cpu_gdt_paddr(cpu), gdt_prot); in setup_cpu_entry_area()
/linux-6.1.9/arch/x86/include/asm/
Dcpu_entry_area.h142 extern void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags);
/linux-6.1.9/arch/x86/kernel/
Didt.c267 cea_set_pte(CPU_ENTRY_AREA_RO_IDT_VADDR, __pa_symbol(idt_table), in idt_map_in_cea()
/linux-6.1.9/arch/x86/events/intel/
Dds.c415 cea_set_pte(cea, pa, prot); in ds_update_cea()
432 cea_set_pte(cea, 0, PAGE_NONE); in ds_clear_cea()