Searched refs:pt_setup (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mmu.S | 332 .macro pt_setup pt_ring, pt_attr, pte_ring, vaddr, paddr, pte_attr macro 430 pt_setup 0, 3, 1, BASE + 0x1000, 0x1000, 3 445 pt_setup 0, 3, 0, BASE + 0x2000, 0x2000, 3 468 pt_setup 0, 3, 0, BASE + 0x3000, 0, 0xc 485 pt_setup 0, 0xc, 0, BASE + 0x4000, 0x4000, 3 501 pt_setup 0, 3, 1, BASE + 0x5000, 0, 3 518 pt_setup 0, 3, 0, BASE + 0x6000, 0, 3 534 pt_setup 1, 3, 1, BASE + 0x00400000, 0, 3 535 pt_setup 1, 3, 1, TLB_BASE + ((BASE + 0x00400000) >> 10), 0x2000000, 3
|