Searched refs:find_spte (Results 1 – 1 of 1) sorted by relevance
/drivers/lguest/ |
D | page_tables.c | 293 static pte_t *find_spte(struct lg_cpu *cpu, unsigned long vaddr, bool allocate, in find_spte() function 475 spte = find_spte(cpu, vaddr, true, pgd_flags(gpgd), pmd_flags(gpmd)); in demand_page() 537 spte = find_spte(cpu, vaddr, false, 0, 0); in page_writable() 755 pte_t *pte = find_spte(cpu, switcher_addr + i * PAGE_SIZE, true, in allocate_switcher_mapping() 1103 pte = find_spte(cpu, base, false, 0, 0); in remove_switcher_percpu_map() 1107 pte = find_spte(cpu, base + PAGE_SIZE, false, 0, 0); in remove_switcher_percpu_map() 1163 pte = find_spte(cpu, base, false, 0, 0); in map_switcher_in_guest() 1173 pte = find_spte(cpu, base + PAGE_SIZE, false, 0, 0); in map_switcher_in_guest()
|