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

1234567891011>>

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h271 ulong rflags;
308 ulong save_rflags;
/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c162 ulong shared_page = ((ulong)vcpu->arch.shared) & PAGE_MASK;
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c388 ulong raddr;
392 (ulong __user *) third))
/linux-master/drivers/media/rc/
H A Dserial_ir.c52 static ulong iommap;
819 module_param_hw(iommap, ulong, other, 0444);
/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/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/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.c246 start->id, sizeof(struct adf_mstate_sect_h) * (ulong)(sect - start),
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c46 static ulong logging_level = PM8001_FAIL_LOGGING | PM8001_IOERR_LOGGING |
48 module_param(logging_level, ulong, 0644);
51 static ulong link_rate = LINKRATE_15 | LINKRATE_30 | LINKRATE_60 | LINKRATE_120;
52 module_param(link_rate, ulong, 0644);
/linux-master/drivers/gpu/drm/
H A Ddrm_print.c56 module_param_named(debug, __drm_debug, ulong, 0600);
/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.c426 static ulong jiffies_till_first_fqs = IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) ? 0 : ULONG_MAX;
427 static ulong jiffies_till_next_fqs = ULONG_MAX;
440 static ulong jiffies_till_sched_qs = ULONG_MAX;
441 module_param(jiffies_till_sched_qs, ulong, 0444);
442 static ulong jiffies_to_sched_qs; /* See adjust_jiffies_till_sched_qs(). */
443 module_param(jiffies_to_sched_qs, ulong, 0444); /* Display only! */
471 ulong j;
475 WRITE_ONCE(*(ulong *)kp->arg, (j > HZ) ? HZ : j);
483 ulong j;
487 WRITE_ONCE(*(ulong *)k
[all...]
/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/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/block/
H A Dataflop.c662 ulong *p1 = (ulong *)from, *p2 = (ulong *)to;
/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/infiniband/hw/ocrdma/
H A Docrdma.h295 ulong last_stats_time;

Completed in 494 milliseconds

1234567891011>>