Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v1.c15 static inline u64 get_phys_addr(struct hl_ctx *ctx, u64 shadow_addr);
116 u64 phys_val = get_phys_addr(ctx, val & HOP_PHYS_ADDR_MASK) | in write_pte()
120 get_phys_addr(ctx, shadow_pte_addr), in write_pte()
131 get_phys_addr(ctx, shadow_pte_addr), in write_final_pte()
200 static inline u64 get_phys_addr(struct hl_ctx *ctx, u64 shadow_addr) in get_phys_addr() function
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_85xx.S67 bl get_phys_addr
79 bl get_phys_addr
890 SYM_FUNC_START_LOCAL(get_phys_addr)
912 SYM_FUNC_END(get_phys_addr)
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c143 a->fm_api_sgc.get_phys_addr = in do_fm_api()
147 a->fm_api_sgc.get_phys_addr = in do_fm_api()
264 sgc.get_phys_addr = (PGETPHYSADDR)get_physaddr_buffered_ioctl; in handle_buffered_ioctl()
1853 sgc.get_phys_addr = (PGETPHYSADDR)get_physaddr_vda; in esas2r_read_vda()
1982 sgc.get_phys_addr = (PGETPHYSADDR)get_physaddr_fs_api; in esas2r_read_fs()
H A Desas2r_io.c198 len = (*sgc->get_phys_addr)(sgc, &addr); in esas2r_build_sg_list_sge()
383 len = (*sgc->get_phys_addr)(sgc, &addr); in esas2r_build_prd_iblk()
H A Desas2r_disc.c897 sgc.get_phys_addr = (PGETPHYSADDR)esas2r_disc_get_phys_addr; in esas2r_disc_passthru_dev_addr()
H A Desas2r.h605 PGETPHYSADDR get_phys_addr; member
H A Desas2r_main.c876 sgc.get_phys_addr = (PGETPHYSADDR)get_physaddr_from_sgc; in esas2r_queuecommand()
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c324 ret = get_phys_addr(&cpu->env, address, access_type, in arm_cpu_tlb_fill()
H A Dm_helper.c224 if (get_phys_addr(env, addr, MMU_DATA_STORE, mmu_idx, &res, &fi)) { in v7m_stack_write()
313 if (get_phys_addr(env, addr, MMU_DATA_LOAD, mmu_idx, &res, &fi)) { in v7m_stack_read()
2011 if (get_phys_addr(env, addr, MMU_INST_FETCH, mmu_idx, &res, &fi)) { in v7m_read_half_insn()
2047 if (get_phys_addr(env, addr, MMU_DATA_LOAD, mmu_idx, &res, &fi)) { in v7m_read_sg_stack_word()
/openbmc/qemu/target/arm/
H A Dinternals.h1220 bool get_phys_addr(CPUARMState *env, target_ulong address,
H A Dptw.c3440 bool get_phys_addr(CPUARMState *env, target_ulong address, in get_phys_addr() function