Home
last modified time | relevance | path

Searched refs:hshift (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dpte-walk.h8 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()
68 bool *is_thp, unsigned *hshift) in find_current_mm_pte() argument
75 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte()
82 if (hshift) in find_current_mm_pte()
[all …]
A Dkvm_book3s_64.h653 unsigned *hshift) in find_kvm_secondary_pte_unlocked() argument
657 pte = __find_linux_pte(kvm->arch.pgtable, ea, NULL, hshift); in find_kvm_secondary_pte_unlocked()
662 unsigned *hshift) in find_kvm_secondary_pte() argument
668 pte = __find_linux_pte(kvm->arch.pgtable, ea, NULL, hshift); in find_kvm_secondary_pte()
674 unsigned long ea, unsigned *hshift) in find_kvm_host_pte() argument
684 pte = __find_linux_pte(kvm->mm->pgd, ea, NULL, hshift); in find_kvm_host_pte()
690 unsigned long ea, unsigned *hshift);
/linux/drivers/net/ppp/
A Dbsd_comp.c206 #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()
658 hval = BSD_HASH (ent, c, hshift); in bsd_compress()
[all …]
/linux/drivers/media/pci/bt8xx/
A Dbttv-risc.c211 (ylen >> hshift)); in bttv_risc_planar()
216 uoffset += ylen >> hshift; in bttv_risc_planar()
218 voffset += ylen >> hshift; in bttv_risc_planar()
752 uoffset >>= buf->fmt->hshift; in bttv_buffer_risc()
757 voffset >>= buf->fmt->hshift; in bttv_buffer_risc()
769 uoffset,voffset,buf->fmt->hshift, in bttv_buffer_risc()
778 uoffset,voffset,buf->fmt->hshift, in bttv_buffer_risc()
792 buf->fmt->hshift, in bttv_buffer_risc()
800 buf->fmt->hshift, in bttv_buffer_risc()
816 buf->fmt->hshift, in bttv_buffer_risc()
[all …]
A Dbttvp.h107 int hshift,vshift; /* for planar modes */ member
A Dbttv-driver.c569 .hshift = 1,
576 .hshift = 1,
583 .hshift = 1,
590 .hshift = 2,
597 .hshift = 2,
604 .hshift = 2,
/linux/drivers/media/pci/saa7134/
A Dsaa7134-video.c150 .hshift = 1,
158 .hshift = 1,
167 .hshift = 1,
867 bpl_uv = bpl >> dev->fmt->hshift; in buffer_activate()
A Dsaa7134.h105 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member
/linux/drivers/media/pci/ngene/
A Dngene.h875 int hshift, vshift; /* for planar modes */ member
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c854 unsigned long ea, unsigned *hshift) in find_kvm_nested_guest_pte() argument
865 pte = __find_linux_pte(gp->shadow_pgtable, ea, NULL, hshift); in find_kvm_nested_guest_pte()

Completed in 36 milliseconds