Searched refs:hshift (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpte-walk.h8 bool *is_thp, unsigned *hshift);
11 bool *is_thp, unsigned *hshift)
16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift);
23 if (hshift)
24 WARN_ON(*hshift);
29 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift) argument
32 return __find_linux_pte(pgdir, ea, NULL, hshift);
10 find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hshift) argument
H A Dkvm_book3s_64.h641 unsigned *hshift)
645 pte = __find_linux_pte(kvm->arch.pgtable, ea, NULL, hshift);
650 unsigned *hshift)
656 pte = __find_linux_pte(kvm->arch.pgtable, ea, NULL, hshift);
662 unsigned long ea, unsigned *hshift)
672 pte = __find_linux_pte(kvm->mm->pgd, ea, NULL, hshift);
678 unsigned long ea, unsigned *hshift);
640 find_kvm_secondary_pte_unlocked(struct kvm *kvm, unsigned long ea, unsigned *hshift) argument
649 find_kvm_secondary_pte(struct kvm *kvm, unsigned long ea, unsigned *hshift) argument
661 find_kvm_host_pte(struct kvm *kvm, unsigned long mmu_seq, unsigned long ea, unsigned *hshift) argument
/linux-master/drivers/net/ppp/
H A Dbsd_comp.c139 unsigned char hshift; /* used in hash function */ member in struct:bsd_db
206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \
355 unsigned int hsize, hshift, maxmaxcode; local
373 hshift = 4;
377 hshift = 5;
381 hshift = 6;
385 hshift = 7;
389 /* hshift = 8; */ /* in struct bsd_db */
442 db->hshift
567 int hshift; local
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c119 unsigned int hshift, unsigned int vshift,
195 if (uoffset + (ylen>>hshift) > sg_dma_len(usg))
196 ylen = (sg_dma_len(usg) - uoffset) << hshift;
197 if (voffset + (ylen>>hshift) > sg_dma_len(vsg))
198 ylen = (sg_dma_len(vsg) - voffset) << hshift;
210 *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) |
211 (ylen >> hshift));
216 uoffset += ylen >> hshift;
218 voffset += ylen >> hshift;
712 uoffset >>= btv->fmt->hshift;
114 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int yoffset, unsigned int ybpl, unsigned int ypadding, unsigned int ylines, unsigned int uoffset, unsigned int voffset, unsigned int hshift, unsigned int vshift, unsigned int cpadding) argument
[all...]
H A Dbttvp.h106 int hshift,vshift; /* for planar modes */ member in struct:bttv_format
H A Dbttv-driver.c569 .hshift = 1,
576 .hshift = 1,
583 .hshift = 1,
590 .hshift = 2,
597 .hshift = 2,
604 .hshift = 2,
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c150 .hshift = 1,
158 .hshift = 1,
167 .hshift = 1,
680 bpl_uv = bpl >> dev->fmt->hshift;
H A Dsaa7134.h105 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member in struct:saa7134_format
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c892 unsigned long ea, unsigned *hshift)
903 pte = __find_linux_pte(gp->shadow_pgtable, ea, NULL, hshift);
891 find_kvm_nested_guest_pte(struct kvm *kvm, unsigned long lpid, unsigned long ea, unsigned *hshift) argument

Completed in 343 milliseconds