Searched refs:tsize (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/drivers/of/
H A Dmodule.c17 ssize_t tsize; local
31 tsize = csize;
38 tsize += csize;
52 return tsize;
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c123 unsigned long psize, tsize, shift; local
135 tsize = shift - 10;
154 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize);
190 unsigned long tsize = huge_page_shift(hstate) - 10; local
192 __flush_tlb_page(vma->vm_mm, vmaddr, tsize, 0);
H A Dtlb.c170 int tsize, int ind)
177 _tlbil_va(vmaddr, pid, tsize, ind);
207 unsigned int tsize; member in struct:tlb_flush_param
222 _tlbil_va(p->addr, p->pid, p->tsize, p->ind);
263 int tsize, int ind)
286 _tlbivax_bcast(vmaddr, pid, tsize, ind);
294 .tsize = tsize,
302 _tlbil_va(vmaddr, pid, tsize, ind);
374 int tsize local
169 __local_flush_tlb_page(struct mm_struct *mm, unsigned long vmaddr, int tsize, int ind) argument
262 __flush_tlb_page(struct mm_struct *mm, unsigned long vmaddr, int tsize, int ind) argument
[all...]
H A De500.c100 unsigned int tsize; local
102 tsize = __ilog2(size) - 10;
110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
/linux-master/arch/powerpc/mm/
H A Dmmu_decl.h53 unsigned int tsize, unsigned int ind)
60 unsigned int tsize, unsigned int ind);
64 unsigned int tsize, unsigned int ind)
72 unsigned int tsize, unsigned int ind);
75 unsigned int tsize, unsigned int ind)
52 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
63 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
74 _tlbivax_bcast(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
/linux-master/arch/mips/boot/
H A Decoff.h40 int32_t tsize; /* text size in bytes, padded to DW bdry*/ member in struct:aouthdr
65 N_TXTOFF(f, a) + (a).tsize;
H A Delf2ecoff.c236 a->tsize = swab32(a->tsize);
422 eah.tsize = text.len;
465 esecs[0].s_size = eah.tsize;
/linux-master/arch/powerpc/include/asm/nohash/
H A Dtlbflush.h70 int tsize, int ind);
77 int tsize, int ind);
/linux-master/arch/x86/kernel/
H A Dcallthunks.c183 unsigned int tsize = SKL_TMPL_SIZE; local
185 u8 *pad = dest - tsize;
187 memcpy(insn_buff, skl_call_thunk_template, tsize);
188 apply_relocation(insn_buff, tsize, pad,
189 skl_call_thunk_template, tsize);
192 if (!bcmp(pad, insn_buff, tsize))
196 if (bcmp(pad, nops, tsize)) {
202 memcpy(pad, insn_buff, tsize);
204 text_poke_copy_locked(pad, insn_buff, tsize, true);
/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c307 int tsize, struct tlbe_ref *ref, u64 gvaddr,
316 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID;
331 int tsize = BOOK3E_PAGESZ_4K; local
389 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >>
393 * e500 doesn't implement the lowest tsize bit,
396 tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1);
399 * Now find the largest tsize (up to what the guest
405 for (; tsize > BOOK3E_PAGESZ_4K; tsize
304 kvmppc_e500_setup_stlbe( struct kvm_vcpu *vcpu, struct kvm_book3e_206_tlb_entry *gtlbe, int tsize, struct tlbe_ref *ref, u64 gvaddr, struct kvm_book3e_206_tlb_entry *stlbe) argument
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h29 __u64 tsize; member in struct:aouthdr
66 #define a_text ah.tsize
/linux-master/drivers/accel/habanalabs/include/goya/
H A Dgoya_packets.h118 __le32 tsize; member in struct:packet_lin_dma
125 __le32 tsize; member in struct:packet_cp_dma
/linux-master/lib/crypto/mpi/
H A Dmpi-pow.c37 mpi_size_t tsize = 0; /* to avoid compiler warning */ local
187 tsize = 2 * rsize;
189 mpi_alloc_limb_space(tsize);
192 } else if (tsize < (2 * rsize)) {
194 tsize = 2 * rsize;
196 mpi_alloc_limb_space(tsize);
/linux-master/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_packets.h158 __le32 tsize; member in struct:packet_lin_dma
189 __le32 tsize; member in struct:packet_cp_dma
/linux-master/drivers/accel/habanalabs/include/gaudi2/
H A Dgaudi2_packets.h157 __le32 tsize; member in struct:packet_lin_dma
192 __le32 tsize; member in struct:packet_cp_dma
/linux-master/arch/powerpc/boot/
H A Drs6000.h43 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon642
/linux-master/include/uapi/linux/
H A Dcoff.h137 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon49
/linux-master/security/apparmor/
H A Dmatch.c37 size_t tsize; local
59 tsize = table_size(th.td_lolen, th.td_flags);
60 if (bsize < tsize)
63 table = kvzalloc(tsize, GFP_KERNEL);
/linux-master/net/sched/
H A Dsch_api.c481 unsigned int tsize = 0; local
496 if (s->tsize > 0) {
502 tsize = nla_len(tb[TCA_STAB_DATA]) / sizeof(u16);
505 if (tsize != s->tsize || (!tab && tsize > 0)) {
513 if (tsize > 0 &&
514 memcmp(stab->data, tab, flex_array_size(stab, data, tsize)))
526 stab = kmalloc(struct_size(stab, data, tsize), GFP_KERNEL);
532 if (tsize >
[all...]
/linux-master/drivers/pci/msi/
H A Dmsi.c644 static void msix_mask_all(void __iomem *base, int tsize) argument
652 for (i = 0; i < tsize; i++, base += PCI_MSIX_ENTRY_SIZE)
704 int ret, tsize; local
720 tsize = msix_table_size(control);
721 dev->msix_base = msix_map_region(dev, tsize);
742 msix_mask_all(dev->msix_base, tsize);
/linux-master/fs/nfs/
H A Dproc.c86 info->rtpref = fsinfo.tsize;
89 info->wtpref = fsinfo.tsize;
91 info->dtpref = fsinfo.tsize;
577 info->rtpref = fsinfo.tsize;
580 info->wtpref = fsinfo.tsize;
582 info->dtpref = fsinfo.tsize;
/linux-master/net/netfilter/
H A Dx_tables.c1137 u_int16_t tsize = ct->u.user.target_size; local
1145 unsafe_memcpy(t->data, ct->data, tsize - sizeof(*ct),
1148 tsize += off;
1149 t->u.user.target_size = tsize;
1155 *dstptr += tsize;
1165 u_int16_t tsize = t->u.user.target_size - off; local
1167 if (XT_OBJ_TO_USER(ct, t, target, tsize))
1174 if (COMPAT_XT_DATA_TO_USER(ct, t, target, tsize - sizeof(*ct)))
1179 *dstptr += tsize;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c479 size_t tsize; local
482 tsize = sizeof(*hw_dom->arch_mbm_total);
483 hw_dom->arch_mbm_total = kcalloc(num_rmid, tsize, GFP_KERNEL);
488 tsize = sizeof(*hw_dom->arch_mbm_local);
489 hw_dom->arch_mbm_local = kcalloc(num_rmid, tsize, GFP_KERNEL);
/linux-master/drivers/accel/habanalabs/goya/
H A Dgoya.c3344 if (hl_userptr_is_pinned(hdev, addr, le32_to_cpu(user_dma_pkt->tsize),
3352 rc = hl_pin_host_memory(hdev, addr, le32_to_cpu(user_dma_pkt->tsize),
3444 le32_to_cpu(user_dma_pkt->tsize),
3451 user_dma_pkt->tsize);
3456 le32_to_cpu(user_dma_pkt->tsize),
3463 user_dma_pkt->tsize);
3508 le32_to_cpu(user_dma_pkt->tsize),
3512 sram_memory_addr, user_dma_pkt->tsize);
3517 le32_to_cpu(user_dma_pkt->tsize),
3521 dram_memory_addr, user_dma_pkt->tsize);
[all...]
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c218 fil_size = aout->ah.tsize + aout->ah.dsize;

Completed in 221 milliseconds

12