Home
last modified time | relevance | path

Searched refs:tsize (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/mm/
Dmmu_decl.h53 unsigned int tsize, unsigned int ind) in _tlbil_va() argument
60 unsigned int tsize, unsigned int ind);
64 unsigned int tsize, unsigned int ind) in _tlbil_va() argument
72 unsigned int tsize, unsigned int ind);
75 unsigned int tsize, unsigned int ind) in _tlbivax_bcast() argument
/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c130 unsigned long psize, tsize, shift; in book3e_hugetlb_preload() local
142 tsize = shift - 10; in book3e_hugetlb_preload()
161 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload()
201 unsigned long tsize = huge_page_shift(hstate) - 10; in flush_hugetlb_page() local
203 __flush_tlb_page(vma->vm_mm, vmaddr, tsize, 0); in flush_hugetlb_page()
Dtlb.c204 int tsize, int ind) in __local_flush_tlb_page() argument
211 _tlbil_va(vmaddr, pid, tsize, ind); in __local_flush_tlb_page()
232 unsigned int tsize; member
247 _tlbil_va(p->addr, p->pid, p->tsize, p->ind); in do_flush_tlb_page_ipi()
288 int tsize, int ind) in __flush_tlb_page() argument
311 _tlbivax_bcast(vmaddr, pid, tsize, ind); in __flush_tlb_page()
319 .tsize = tsize, in __flush_tlb_page()
327 _tlbil_va(vmaddr, pid, tsize, ind); in __flush_tlb_page()
408 int tsize = mmu_psize_defs[mmu_pte_psize].enc; in tlb_flush_pgtable() local
420 __flush_tlb_page(tlb->mm, start, tsize, 1); in tlb_flush_pgtable()
[all …]
Dfsl_booke.c106 unsigned int tsize; in settlbcam() local
108 tsize = __ilog2(size) - 10; in settlbcam()
116 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/arch/powerpc/kvm/
De500_mmu_host.c307 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe() argument
316 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe()
331 int tsize = BOOK3E_PAGESZ_4K; in kvmppc_e500_shadow_map() local
389 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
396 tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1); in kvmppc_e500_shadow_map()
405 for (; tsize > BOOK3E_PAGESZ_4K; tsize -= 2) { in kvmppc_e500_shadow_map()
407 tsize_pages = 1UL << (tsize - 2); in kvmppc_e500_shadow_map()
428 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
435 tsize = min(__ilog2(psize) - 10, tsize); in kvmppc_e500_shadow_map()
441 tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1); in kvmppc_e500_shadow_map()
[all …]
/arch/powerpc/include/asm/nohash/
Dtlbflush.h39 int tsize, int ind);
45 int tsize, int ind);
/arch/mips/boot/
Decoff.h40 int32_t tsize; /* text size in bytes, padded to DW bdry*/ member
65 N_TXTOFF(f, a) + (a).tsize;
Delf2ecoff.c236 a->tsize = swab32(a->tsize); in convert_ecoff_aouthdr()
422 eah.tsize = text.len; in main()
465 esecs[0].s_size = eah.tsize; in main()
/arch/alpha/include/uapi/asm/
Da.out.h29 __u64 tsize; member
66 #define a_text ah.tsize
/arch/powerpc/boot/
Drs6000.h43 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */ member
/arch/x86/kernel/cpu/resctrl/
Dcore.c446 size_t tsize; in domain_setup_mon_state() local
455 tsize = sizeof(*d->mbm_total); in domain_setup_mon_state()
456 d->mbm_total = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
463 tsize = sizeof(*d->mbm_local); in domain_setup_mon_state()
464 d->mbm_local = kcalloc(r->num_rmid, tsize, GFP_KERNEL); in domain_setup_mon_state()
/arch/alpha/boot/tools/
Dobjstrip.c218 fil_size = aout->ah.tsize + aout->ah.dsize; in main()