Searched refs:qshift (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive_native.c541 static int xive_native_validate_queue_size(u32 qshift) argument
547 switch (qshift) {
604 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex);
607 if (!kvm_eq.qshift) {
634 rc = xive_native_validate_queue_size(kvm_eq.qshift);
636 pr_err("invalid queue size %d\n", kvm_eq.qshift);
640 if (kvm_eq.qaddr & ((1ull << kvm_eq.qshift) - 1)) {
642 1ull << kvm_eq.qshift);
650 if (1ull << kvm_eq.qshift > page_size) {
671 q->guest_qshift = kvm_eq.qshift;
719 u64 qshift; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_iomap.c374 int *qshift,
401 if ((freesp >> shift) < (*qblocks >> *qshift)) {
403 *qshift = shift;
431 int qshift = 0; local
507 xfs_quota_calc_throttle(ip, XFS_DQTYPE_USER, &qblocks, &qshift,
510 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift,
513 xfs_quota_calc_throttle(ip, XFS_DQTYPE_PROJ, &qblocks, &qshift,
524 shift = max(shift, qshift);
370 xfs_quota_calc_throttle( struct xfs_inode *ip, xfs_dqtype_t type, xfs_fsblock_t *qblocks, int *qshift, int64_t *qfreesp) argument
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h723 __u32 qshift; member in struct:kvm_ppc_xive_eq
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h723 __u32 qshift; member in struct:kvm_ppc_xive_eq

Completed in 116 milliseconds