Home
last modified time | relevance | path

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

/arch/powerpc/mm/nohash/
A Dtlb.c141 int tsize, int ind) in __local_flush_tlb_page() argument
148 _tlbil_va(vmaddr, pid, tsize, ind); in __local_flush_tlb_page()
178 unsigned int tsize; member
193 _tlbil_va(p->addr, p->pid, p->tsize, p->ind); in do_flush_tlb_page_ipi()
234 int tsize, int ind) in __flush_tlb_page() argument
257 _tlbivax_bcast(vmaddr, pid, tsize, ind); in __flush_tlb_page()
265 .tsize = tsize, in __flush_tlb_page()
273 _tlbil_va(vmaddr, pid, tsize, ind); in __flush_tlb_page()
A De500_hugetlbpage.c123 unsigned long psize, tsize, shift; in book3e_hugetlb_preload() local
135 tsize = shift - 10; in book3e_hugetlb_preload()
154 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload()
190 unsigned long tsize = huge_page_shift(hstate) - 10; in flush_hugetlb_page() local
192 __flush_tlb_page(vma->vm_mm, vmaddr, tsize, 0); in flush_hugetlb_page()
A Dtlb_64e.c56 int tsize = mmu_psize_defs[mmu_pte_psize].shift - 10; in tlb_flush_pgtable() local
68 __flush_tlb_page(tlb->mm, start, tsize, 1); in tlb_flush_pgtable()
78 __flush_tlb_page(tlb->mm, vpte, tsize, 0); in tlb_flush_pgtable()
A De500.c100 unsigned int tsize; in settlbcam() local
102 tsize = __ilog2(size) - 10; in settlbcam()
110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/arch/powerpc/mm/
A 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/x86/kernel/
A Dcallthunks.c183 unsigned int tsize = SKL_TMPL_SIZE; in patch_dest() local
185 u8 *pad = dest - tsize; in patch_dest()
187 memcpy(insn_buff, skl_call_thunk_template, tsize); in patch_dest()
188 text_poke_apply_relocation(insn_buff, pad, tsize, skl_call_thunk_template, tsize); in patch_dest()
191 if (!bcmp(pad, insn_buff, tsize)) in patch_dest()
195 if (bcmp(pad, nops, tsize)) { in patch_dest()
201 memcpy(pad, insn_buff, tsize); in patch_dest()
203 text_poke_copy_locked(pad, insn_buff, tsize, true); in patch_dest()
/arch/powerpc/include/asm/nohash/
A Dhugetlb-e500.h17 unsigned int tsize = shift - _PAGE_PSIZE_SHIFT_OFFSET; in arch_make_huge_pte() local
18 pte_basic_t val = (tsize << _PAGE_PSIZE_SHIFT) & _PAGE_PSIZE_MSK; in arch_make_huge_pte()
A Dtlbflush.h70 int tsize, int ind);
77 int tsize, int ind);
/arch/powerpc/kvm/
A De500_mmu_host.c307 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe() argument
317 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe()
333 int tsize = BOOK3E_PAGESZ_4K; in kvmppc_e500_shadow_map() local
415 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
422 tsize = min(psize - PAGE_SHIFT + BOOK3E_PAGESZ_4K, tsize); in kvmppc_e500_shadow_map()
428 tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1); in kvmppc_e500_shadow_map()
437 for (; tsize > BOOK3E_PAGESZ_4K; tsize -= 2) { in kvmppc_e500_shadow_map()
439 tsize_pages = 1UL << (tsize - 2); in kvmppc_e500_shadow_map()
459 kvmppc_e500_setup_stlbe(&vcpu_e500->vcpu, gtlbe, tsize, in kvmppc_e500_shadow_map()
/arch/mips/boot/
A Decoff.h40 int32_t tsize; /* text size in bytes, padded to DW bdry*/ member
65 N_TXTOFF(f, a) + (a).tsize;
A 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/
A Da.out.h29 __u64 tsize; member
66 #define a_text ah.tsize
/arch/powerpc/boot/
A Drs6000.h39 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */ member
/arch/x86/kernel/cpu/resctrl/
A Dcore.c403 size_t tsize; in arch_domain_mbm_alloc() local
406 tsize = sizeof(*hw_dom->arch_mbm_total); in arch_domain_mbm_alloc()
407 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
412 tsize = sizeof(*hw_dom->arch_mbm_local); in arch_domain_mbm_alloc()
413 hw_dom->arch_mbm_local = kcalloc(num_rmid, tsize, GFP_KERNEL); in arch_domain_mbm_alloc()
/arch/alpha/boot/tools/
A Dobjstrip.c218 fil_size = aout->ah.tsize + aout->ah.dsize; in main()

Completed in 25 milliseconds