Searched refs:_tlb (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 363 static inline void HNAME##_tlb(CPUARMState *env, void *za, intptr_t off, \ 374 HNAME##_tlb(env, za, tile_vslice_offset(off), addr, ra); \ 388 static inline void HNAME##_tlb(CPUARMState *env, void *za, intptr_t off, \ 398 HNAME##_tlb(env, za, tile_vslice_offset(off), addr, ra); \ 598 sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \ 612 sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \ 783 sve_st1##L##L##END##_host, sve_st1##L##L##END##_tlb); \ 795 sve_st1##L##L##END##_host, sve_st1##L##L##END##_tlb); \
|
H A D | sve_ldst_internal.h | 51 static inline void sve_##NAME##_tlb(CPUARMState *env, void *vd, \ 59 static inline void sve_##NAME##_tlb(CPUARMState *env, void *vd, \
|
H A D | sve_helper.c | 5825 sve_##NAME##_host, sve_##NAME##_tlb); \ 5831 sve_##NAME##_host, sve_##NAME##_tlb); \ 6184 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6190 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6196 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6202 sve_ld1##PART##_host, sve_ld1##PART##_tlb); \ 6441 sve_st1##NAME##_host, sve_st1##NAME##_tlb); \ 6447 sve_st1##NAME##_host, sve_st1##NAME##_tlb); \ 6842 off_##OFS##_s, sve_ld1##MEM##_host, sve_ld1##MEM##_tlb); \ 7045 off_##OFS##_s, sve_st1##MEM##_host, sve_st1##MEM##_tlb); \ [all …]
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mmu.h | 522 #define SET_TLB_ENTRY(_tlb, _epn, _rpn, _perms, _wimge, _ts, _esel, _sz, _iprot) \ argument 523 { .mas0 = FSL_BOOKE_MAS0(_tlb, _esel, 0), \
|