Searched refs:ulong (Results 76 - 100 of 335) sorted by relevance

1234567891011>>

/linux-master/drivers/media/radio/
H A Dradio-typhoon.c68 module_param(mutefreq, ulong, 0);
/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi_v01.c19 ulong hmask;
/linux-master/drivers/hwspinlock/
H A Du8500_hsem.c92 ulong val;
/linux-master/arch/mips/pic32/pic32mzda/
H A Dconfig.c78 void pic32_syskey_unlock_debug(const char *func, const ulong line)
/linux-master/drivers/message/fusion/
H A Dmptscsih.h118 u8 id, u64 lun, int ctx2abort, ulong timeout);
/linux-master/include/linux/
H A Dtypes.h94 typedef unsigned long ulong; typedef
/linux-master/drivers/block/aoe/
H A Daoeblk.c210 ulong flags;
238 ulong flags;
288 aoeblk_ioctl(struct block_device *bdev, blk_mode_t mode, uint cmd, ulong arg)
341 ulong flags;
/linux-master/arch/riscv/include/asm/
H A Delf.h88 * Note that we add ulong after elf_addr_t because \
94 (elf_addr_t)(ulong)current->mm->context.vdso); \
/linux-master/arch/riscv/kernel/
H A Dsuspend.c77 (ulong)&context);
/linux-master/drivers/pci/hotplug/
H A Dibmphp_core.c220 (ulong) hotplug_slot, value);
261 (ulong) hotplug_slot, (ulong) value);
288 (ulong) hotplug_slot, (ulong) value);
313 (ulong) hotplug_slot, (ulong) value);
338 (ulong) hotplug_slot, (ulong) value);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.h167 int qlcnic_82xx_hw_read_wx_2M(struct qlcnic_adapter *adapter, ulong, int *);
168 int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *, ulong, u32);
/linux-master/drivers/scsi/snic/
H A Dsnic_ctl.c112 snic->config.hid, 0, (ulong)rqi);
144 ulong ctx = 0;
H A Dsnic_io.c35 ((ulong)(buf->os_buf) - sizeof(struct snic_req_info)), 0, 0,
169 req->req_pa = (ulong)pa;
261 rqi->req->hdr.init_ctx = (ulong) rqi;
294 req->hdr.init_ctx = (ulong) rqi;
321 req->hdr.init_ctx = (ulong) rqi;
H A Dsnic_disc.c46 dma_addr_t rsp_buf_pa, ulong ctx)
59 req->u.rpt_tgts.sg_addr = cpu_to_le64((ulong)sgd);
114 rqi->sge_va = (ulong) buf;
121 (ulong)rqi);
389 ulong ctx;
/linux-master/arch/powerpc/kvm/
H A Demulate.c78 ulong spr_val = kvmppc_get_gpr(vcpu, rs);
131 ulong spr_val = 0;
H A Dbooke.c279 ulong dear_flags, ulong esr_flags)
286 void kvmppc_core_queue_data_storage(struct kvm_vcpu *vcpu, ulong srr1_flags,
287 ulong dear_flags, ulong esr_flags)
300 void kvmppc_core_queue_inst_storage(struct kvm_vcpu *vcpu, ulong esr_flags)
306 static void kvmppc_core_queue_alignment(struct kvm_vcpu *vcpu, ulong dear_flags,
307 ulong esr_flags)
314 void kvmppc_core_queue_program(struct kvm_vcpu *vcpu, ulong esr_flags)
320 void kvmppc_core_queue_fpunavail(struct kvm_vcpu *vcpu, ulong srr1_flag
[all...]
/linux-master/arch/powerpc/kernel/
H A Drtas_pci.c117 BUID_HI(buid), BUID_LO(buid), size, (ulong) val);
119 ret = rtas_call(write_pci_config, 3, 1, NULL, addr, size, (ulong)val);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Damx_test.c330 (ulong) regs2.rdi, (ulong) regs2.rsi);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c144 ulong ncores = sysconf(_SC_NPROCESSORS_CONF);
146 ulong setsz = CPU_ALLOC_SIZE(ncores);
/linux-master/kernel/rcu/
H A Dsrcutree.c35 static ulong exp_holdoff = DEFAULT_SRCU_EXP_HOLDOFF;
36 module_param(exp_holdoff, ulong, 0444);
39 static ulong counter_wrap_check = (ULONG_MAX >> 2);
40 module_param(counter_wrap_check, ulong, 0444);
576 static ulong srcu_retry_check_delay = SRCU_DEFAULT_RETRY_CHECK_DELAY;
577 module_param(srcu_retry_check_delay, ulong, 0444);
602 static ulong srcu_max_nodelay_phase = SRCU_DEFAULT_MAX_NODELAY_PHASE;
603 module_param(srcu_max_nodelay_phase, ulong, 0444);
609 static ulong srcu_max_nodelay = SRCU_DEFAULT_MAX_NODELAY;
610 module_param(srcu_max_nodelay, ulong, 044
[all...]
/linux-master/arch/parisc/kernel/
H A Dinventory.c188 pat_query_module(ulong pcell_loc, ulong mod_index)
372 ulong mod_index = 0;
/linux-master/lib/
H A Dfault-inject.c353 FAULT_CONFIGFS_ATTR(probability, ulong);
354 FAULT_CONFIGFS_ATTR(interval, ulong);
357 FAULT_CONFIGFS_ATTR(verbose, ulong);
/linux-master/fs/bcachefs/
H A Dbuckets.h55 * ulong for this - we just need to make sure the lock bit always ends up in the
66 ulong ulong; member in union:ulong_byte_assert
72 BUILD_BUG_ON(!((union ulong_byte_assert) { .ulong = 1UL << BUCKET_LOCK_BITNR }).byte);
/linux-master/net/bluetooth/bnep/
H A Dnetdev.c126 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))
/linux-master/drivers/i2c/busses/
H A Di2c-pca-isa.c189 module_param_hw(base, ulong, ioport, 0);

Completed in 662 milliseconds

1234567891011>>