Searched refs:cea_set_pte (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/x86/mm/ |
D | cpu_entry_area.c | 34 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/ |
D | cpu_entry_area.h | 142 extern void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags);
|
/linux-6.1.9/arch/x86/kernel/ |
D | idt.c | 267 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/ |
D | ds.c | 415 cea_set_pte(cea, pa, prot); in ds_update_cea() 432 cea_set_pte(cea, 0, PAGE_NONE); in ds_clear_cea()
|