Searched refs:get_phys_addr (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v1.c | 15 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 D | head_85xx.S | 67 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 D | esas2r_ioctl.c | 143 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 D | esas2r_io.c | 198 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 D | esas2r_disc.c | 897 sgc.get_phys_addr = (PGETPHYSADDR)esas2r_disc_get_phys_addr; in esas2r_disc_passthru_dev_addr()
|
H A D | esas2r.h | 605 PGETPHYSADDR get_phys_addr; member
|
H A D | esas2r_main.c | 876 sgc.get_phys_addr = (PGETPHYSADDR)get_physaddr_from_sgc; in esas2r_queuecommand()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 347 ret = get_phys_addr(&cpu->env, address, access_type, in arm_cpu_tlb_fill()
|
H A D | m_helper.c | 225 if (get_phys_addr(env, addr, MMU_DATA_STORE, mmu_idx, &res, &fi)) { in v7m_stack_write() 314 if (get_phys_addr(env, addr, MMU_DATA_LOAD, mmu_idx, &res, &fi)) { in v7m_stack_read() 2012 if (get_phys_addr(env, addr, MMU_INST_FETCH, mmu_idx, &res, &fi)) { in v7m_read_half_insn() 2048 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 D | internals.h | 1423 bool get_phys_addr(CPUARMState *env, vaddr address,
|
H A D | ptw.c | 3561 bool get_phys_addr(CPUARMState *env, vaddr address, in get_phys_addr() function
|