Searched refs:pd_p (Results 1 – 1 of 1) sorted by relevance
1776 pd_entry_t *pd_p; in create_pagetables() local1892 pd_p = (pd_entry_t *)KPDphys; in create_pagetables()1894 pd_p[i] = (KPTphys + ptoa(i)) | X86_PG_RW | X86_PG_V; in create_pagetables()1902 pd_p[0] = X86_PG_V | PG_PS | pg_g | X86_PG_M | X86_PG_A | in create_pagetables()1906 pd_p[i] = pax | X86_PG_V | PG_PS | pg_g | X86_PG_M | in create_pagetables()1931 pd_p = (pd_entry_t *)KASANPDphys; in create_pagetables()1933 pd_p[i + kasankpdi] = (KASANPTphys + ptoa(i)) | X86_PG_RW | in create_pagetables()1950 pd_p = (pd_entry_t *)DMPDphys; in create_pagetables()1952 pd_p[j] = (vm_paddr_t)i << PDRSHIFT; in create_pagetables()1954 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()[all …]