Searched refs:ulong (Results 151 - 175 of 335) sorted by relevance

1234567891011>>

/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c44 static ulong boot_error_status_mask = ULONG_MAX;
58 module_param(boot_error_status_mask, ulong, 0444);
/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c212 ((ulong)vcpu->arch.shared & 0xf000)) {
214 ulong shared = (ulong)vcpu->arch.shared;
319 ulong dsisr = DSISR_BADACCESS;
348 int kvmppc_st(struct kvm_vcpu *vcpu, ulong *eaddr, int size, void *ptr,
351 ulong mp_pa = vcpu->arch.magic_page_pa & KVM_PAM & PAGE_MASK;
391 int kvmppc_ld(struct kvm_vcpu *vcpu, ulong *eaddr, int size, void *ptr,
394 ulong mp_pa = vcpu->arch.magic_page_pa & KVM_PAM & PAGE_MASK;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h271 ulong rflags;
308 ulong save_rflags;
/linux-master/arch/x86/mm/
H A Dmmio-mod.c66 module_param(filter_offset, ulong, 0);
/linux-master/drivers/dma/ptdma/
H A Dptdma-dev.c160 pt_do_cmd_complete((ulong)&pt->tdata);
/linux-master/drivers/rtc/
H A Drtc-zynqmp.c129 ulong timeout;
/linux-master/fs/jfs/
H A Dinode.c407 jfs_info("jfs_truncate: size = 0x%lx", (ulong) ip->i_size);
/linux-master/drivers/i2c/
H A Di2c-stub.c41 module_param(functionality, ulong, S_IRUGO | S_IWUSR);
/linux-master/drivers/net/fjes/
H A Dfjes_hw.c994 ulong unshare_bit = 0;
995 ulong share_bit = 0;
996 ulong irq_bit = 0;
1177 ulong remain_bit;
/linux-master/arch/parisc/kernel/
H A Dprocessor.c109 ulong status;
/linux-master/drivers/gpu/drm/
H A Ddrm_print.c56 module_param_named(debug, __drm_debug, ulong, 0600);
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c732 (u64)par->fb_base_phys, (ulong)par->mapped_vram);
734 (u64)par->mmio_base_phys, (ulong)par->mmio_len, par->irq);
1070 (unsigned long long)par->fb_base_phys, (ulong)par->mapped_vram);
1072 (unsigned long long)par->mmio_base_phys, (ulong)par->mmio_len);
/linux-master/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c417 ulong sleep_us, ulong timeout_us)
456 ulong sleep_us, ulong timeout_us)
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c458 ulong ioaddr = dev->base_addr;
681 ulong ioaddr = dev->base_addr;
711 static void pcnet32_clr_suspend(struct pcnet32_private *lp, ulong ioaddr)
752 ulong ioaddr = dev->base_addr;
819 ulong ioaddr = dev->base_addr; /* card base I/O address */
826 ulong ioaddr = dev->base_addr; /* card base I/O address */
883 ulong ioaddr = dev->base_addr;
970 ulong ioaddr = dev->base_addr; /* card base I/O address */
1134 ulong ioaddr = dev->base_addr;
1438 ulong ioadd
[all...]
/linux-master/fs/befs/
H A Dlinuxvfs.c140 ulong disk_off;
160 disk_off = (ulong) iaddr2blockno(sb, &run);
890 sb_set_blocksize(sb, (ulong) befs_sb->block_size);
/linux-master/drivers/net/ethernet/
H A Dfealnx.c698 static ulong m80x_send_cmd_to_phy(void __iomem *miiport, int opcode, int phyad, int regad)
700 ulong miir;
705 miir = (ulong) ioread32(miiport);
751 ulong miir;
790 ulong miir;
/linux-master/kernel/rcu/
H A Dtree.c395 static ulong jiffies_till_first_fqs = IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) ? 0 : ULONG_MAX;
396 static ulong jiffies_till_next_fqs = ULONG_MAX;
409 static ulong jiffies_till_sched_qs = ULONG_MAX;
410 module_param(jiffies_till_sched_qs, ulong, 0444);
411 static ulong jiffies_to_sched_qs; /* See adjust_jiffies_till_sched_qs(). */
412 module_param(jiffies_to_sched_qs, ulong, 0444); /* Display only! */
440 ulong j;
444 WRITE_ONCE(*(ulong *)kp->arg, (j > HZ) ? HZ : j);
452 ulong j;
456 WRITE_ONCE(*(ulong *)k
[all...]
/linux-master/fs/ntfs3/
H A Dindex.c198 ulong *buf;
231 bbuf->buf = (ulong *)resident_data(b);
279 bbuf->buf = (ulong *)bh->b_data;
362 bool (*fn)(const ulong *buf, u32 bit, u32 bits,
435 (*fn)((ulong *)bh->b_data, from, nbits, ret) :
459 static bool scan_for_free(const ulong *buf, u32 bit, u32 bits, size_t *ret)
507 static bool scan_for_used(const ulong *buf, u32 bit, u32 bits, size_t *ret)
/linux-master/drivers/md/
H A Ddm-bufio.c2977 module_param_named(max_cache_size_bytes, dm_bufio_cache_size, ulong, 0644);
2983 module_param_named(retain_bytes, dm_bufio_retain_bytes, ulong, 0644);
2986 module_param_named(peak_allocated_bytes, dm_bufio_peak_allocated, ulong, 0644);
2989 module_param_named(allocated_kmem_cache_bytes, dm_bufio_allocated_kmem_cache, ulong, 0444);
2992 module_param_named(allocated_get_free_pages_bytes, dm_bufio_allocated_get_free_pages, ulong, 0444);
2995 module_param_named(allocated_vmalloc_bytes, dm_bufio_allocated_vmalloc, ulong, 0444);
2998 module_param_named(current_allocated_bytes, dm_bufio_current_allocated, ulong, 0444);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h903 __field(ulong, head)
904 __field(ulong, tail)
1009 __field(ulong, idx)
/linux-master/drivers/block/
H A Dataflop.c662 ulong *p1 = (ulong *)from, *p2 = (ulong *)to;
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma.h295 ulong last_stats_time;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1115 ulong off, void __iomem **addr)
1148 qlcnic_pci_set_crbwindow_2M(struct qlcnic_adapter *adapter, ulong off)
1172 int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *adapter, ulong off,
1204 int qlcnic_82xx_hw_read_wx_2M(struct qlcnic_adapter *adapter, ulong off,
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c69 module_param_named(min_mem_mb, min_mem_mb, ulong, 0644);
/linux-master/drivers/platform/x86/dell/
H A Ddell_rbu.c70 module_param(allocation_floor, ulong, 0644);

Completed in 393 milliseconds

1234567891011>>