/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | pte-walk.h | 8 bool *is_thp, unsigned *hshift); 11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument 16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 23 if (hshift) in find_linux_pte() 24 WARN_ON(*hshift); in find_linux_pte() 29 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift) in find_init_mm_pte() argument 32 return __find_linux_pte(pgdir, ea, NULL, hshift); in find_init_mm_pte() 39 bool *is_thp, unsigned *hshift) in find_current_mm_pte() argument 46 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte() 53 if (hshift) in find_current_mm_pte() [all …]
|
D | kvm_book3s_64.h | 640 unsigned *hshift) in find_kvm_secondary_pte_unlocked() argument 644 pte = __find_linux_pte(kvm->arch.pgtable, ea, NULL, hshift); in find_kvm_secondary_pte_unlocked() 649 unsigned *hshift) in find_kvm_secondary_pte() argument 655 pte = __find_linux_pte(kvm->arch.pgtable, ea, NULL, hshift); in find_kvm_secondary_pte() 661 unsigned long ea, unsigned *hshift) in find_kvm_host_pte() argument 671 pte = __find_linux_pte(kvm->mm->pgd, ea, NULL, hshift); in find_kvm_host_pte() 677 unsigned long ea, unsigned *hshift);
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
D | bsd_comp.c | 139 unsigned char hshift; /* used in hash function */ member 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local 373 hshift = 4; in bsd_alloc() 377 hshift = 5; in bsd_alloc() 381 hshift = 6; in bsd_alloc() 385 hshift = 7; in bsd_alloc() 442 db->hshift = hshift; in bsd_alloc() 567 int hshift; in bsd_compress() local 622 hshift = db->hshift; in bsd_compress() [all …]
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 119 unsigned int hshift, unsigned int vshift, in bttv_risc_planar() argument 195 if (uoffset + (ylen>>hshift) > sg_dma_len(usg)) in bttv_risc_planar() 196 ylen = (sg_dma_len(usg) - uoffset) << hshift; in bttv_risc_planar() 197 if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) in bttv_risc_planar() 198 ylen = (sg_dma_len(vsg) - voffset) << hshift; in bttv_risc_planar() 210 *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) | in bttv_risc_planar() 211 (ylen >> hshift)); in bttv_risc_planar() 216 uoffset += ylen >> hshift; in bttv_risc_planar() 218 voffset += ylen >> hshift; in bttv_risc_planar() 753 uoffset >>= buf->fmt->hshift; in bttv_buffer_risc() [all …]
|
D | bttvp.h | 107 int hshift,vshift; /* for planar modes */ member
|
D | bttv-driver.c | 569 .hshift = 1, 576 .hshift = 1, 583 .hshift = 1, 590 .hshift = 2, 597 .hshift = 2, 604 .hshift = 2,
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 150 .hshift = 1, 158 .hshift = 1, 167 .hshift = 1, 867 bpl_uv = bpl >> dev->fmt->hshift; in buffer_activate()
|
D | saa7134.h | 105 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
D | ngene.h | 875 int hshift, vshift; /* for planar modes */ member
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 782 unsigned long ea, unsigned *hshift) in find_kvm_nested_guest_pte() argument 793 pte = __find_linux_pte(gp->shadow_pgtable, ea, NULL, hshift); in find_kvm_nested_guest_pte()
|