Home
last modified time | relevance | path

Searched refs:moea64_pteg_table (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/aim/
H A Dmoea64_native.c249 static volatile struct lpte *moea64_pteg_table; variable
316 volatile struct lpte *pt = moea64_pteg_table + pvo->pvo_pte.slot; in moea64_pte_synch_native()
341 volatile struct lpte *pt = moea64_pteg_table + pvo->pvo_pte.slot; in moea64_pte_clear_native()
412 volatile struct lpte *pt = moea64_pteg_table + pvo->pvo_pte.slot; in moea64_pte_unset_native()
475 volatile struct lpte *pt = moea64_pteg_table + pvo->pvo_pte.slot; in moea64_pte_replace_native()
552 :: "r"(((uintptr_t)moea64_pteg_table & ~DMAP_BASE_ADDRESS) in moea64_cpu_bootstrap_native()
604 moea64_pteg_table = (struct lpte *)moea64_bootstrap_alloc(size, in moea64_bootstrap_native()
607 moea64_pteg_table = in moea64_bootstrap_native()
608 (struct lpte *)PHYS_TO_DMAP((vm_offset_t)moea64_pteg_table); in moea64_bootstrap_native()
617 bzero(__DEVOLATILE(void *, moea64_pteg_table), moea64_pteg_count * in moea64_bootstrap_native()
[all …]