HomeSort by: relevance | last modified time | path
    Searched refs:ppc44x_tlb_reserve (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbppc/sam460ex/
machdep.c 259 ppc44x_tlb_reserve((uint64_t)AMCC460EX_OPB_PA_HIGH << 32 | 0xef000000,
266 ppc44x_tlb_reserve(
272 ppc44x_tlb_reserve(
276 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIX0_IO_PA_HIGH << 32 |
279 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIX0_CFG_PA_HIGH << 32 |
286 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIE_CFG_PA_HIGH << 32 |
289 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIE_CFG_PA_HIGH << 32 |
293 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIE_CFG_PA_HIGH << 32 |
296 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIE_MEM_PA_HIGH << 32 |
299 ppc44x_tlb_reserve((uint64_t)AMCC460EX_PCIE_MEM_PA_HIGH << 32
    [all...]
  /src/sys/arch/powerpc/include/ibm4xx/
tlb.h 147 void ppc44x_tlb_reserve(uint64_t, vaddr_t, size_t, int);
  /src/sys/arch/powerpc/ibm4xx/
pmap.c 1671 ppc44x_tlb_reserve(uint64_t pa, vaddr_t va, size_t size, int flags) function
1702 panic("ppc44x_tlb_reserve: entry %d, %zuB too large",
1790 ppc44x_tlb_reserve((uint64_t)pa, va, size, flags);

Completed in 16 milliseconds