Searched refs:cea_set_pte (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/mm/ |
H A D | cpu_entry_area.c | 79 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()
|
/linux/arch/x86/include/asm/ |
H A D | cpu_entry_area.h | 138 extern void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags);
|
/linux/arch/x86/kernel/ |
H A D | idt.c | 276 cea_set_pte(CPU_ENTRY_AREA_RO_IDT_VADDR, __pa_symbol(idt_table), in idt_map_in_cea()
|
/linux/arch/x86/events/intel/ |
H A D | ds.c | 580 cea_set_pte(cea, pa, prot); in ds_update_cea() 597 cea_set_pte(cea, 0, PAGE_NONE); in ds_clear_cea()
|