Lines Matching defs:tmp
50 uintptr_t tmp;
66 tmp = kvm_get_page_address_pae(pte);
67 pte = (struct page_table_entry_pae *)tmp;
83 tmp = (uintptr_t)writable;
84 pte[4].address = tmp >> 12;
91 subpte = (struct page_table_entry_pae *)tmp;
92 subpte[0].address = (tmp + PAGESIZE) >> 12;
96 subpte[1].address = (tmp + 2 * PAGESIZE) >> 12;
101 subpte = (struct page_table_entry_pae *)(tmp + PAGESIZE);
102 subpte[0].address = (tmp + 3 * PAGESIZE) >> 12;
107 subpte = (struct page_table_entry_pae *)(tmp + 2 * PAGESIZE);
108 subpte[0].address = (tmp + 4 * PAGESIZE) >> 12;