Searched refs:ptbase (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/hexagon/mm/ |
H A D | vm_tlb.c | 30 if (mm->context.ptbase == current->active_mm->context.ptbase) in flush_tlb_range() 59 if (current->active_mm->context.ptbase == mm->context.ptbase) in flush_tlb_mm() 70 if (mm->context.ptbase == current->active_mm->context.ptbase) in flush_tlb_page()
|
H A D | init.c | 68 init_mm.context.ptbase = __pa(init_mm.pgd); in mem_init()
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | mmu.h | 18 unsigned long ptbase; member
|
H A D | mmu_context.h | 45 __vmnewmap((void *)next->context.ptbase); in switch_mm()
|
H A D | pgalloc.h | 39 mm->context.ptbase = __pa(pgd); in pgd_alloc()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_redist.c | 150 static void update_for_all_lpis(GICv3CPUState *cs, uint64_t ptbase, in update_for_all_lpis() argument 163 address_space_read(as, ptbase + i, MEMTXATTRS_UNSPECIFIED, &pend, 1); in update_for_all_lpis() 183 static bool set_pending_table_bit(GICv3CPUState *cs, uint64_t ptbase, in set_pending_table_bit() argument 187 uint64_t addr = ptbase + irq / 8; in set_pending_table_bit() 242 uint64_t ptbase, ctbase, idbits; in gicv3_redist_update_vlpi_only() local 250 ptbase = cs->gicr_vpendbaser & R_GICR_VPENDBASER_PHYADDR_MASK; in gicv3_redist_update_vlpi_only() 254 update_for_all_lpis(cs, ptbase, ctbase, idbits, true, &cs->hppvlpi); in gicv3_redist_update_vlpi_only()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 558 uint64_t ptbase = FIELD_EX64(env->CSR_PWCL, CSR_PWCL, PTBASE); in helper_ldpte() local 603 ptindex = (badv >> ptbase) & ((1 << ptwidth) - 1); in helper_ldpte() 610 ps = ptbase; in helper_ldpte()
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | gdb-config.c.inc | 204 XTREG(138,552,10, 4, 4,0x2014,0x0006,-2, 6,0x1010,ptbase,
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | gdb-config.c.inc | 243 XTREG(174,700,10, 4, 4,0x201f,0x0006,-2, 6,0x1010,ptbase,
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | gdb-config.c.inc | 247 XTREG(174,716,10, 4, 4,0x201e,0x0006,-2, 6,0x1010,ptbase,
|