Searched refs:ulong (Results 101 - 125 of 337) sorted by last modified time

1234567891011>>

/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c34 module_param(debug, ulong, 0000);
/linux-master/drivers/bus/mhi/host/
H A Dinit.c966 (ulong)mhi_event);
969 (ulong)mhi_event);
/linux-master/arch/riscv/kernel/
H A Dtraps_misaligned.c137 (ulong *)((ulong)(regs) + REG_OFFSET(insn, pos))
285 static inline int get_insn(struct pt_regs *regs, ulong mepc, ulong *r_insn)
287 register ulong __mepc asm ("a2") = mepc;
288 ulong val, rvc_mask = 3, tmp;
353 static inline int get_insn(struct pt_regs *regs, ulong epc, ulong *r_insn)
355 ulong insn = 0;
358 ulong tm
[all...]
H A Dsuspend.c77 (ulong)&context);
/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/drivers/s390/char/
H A Dvmlogrdr.c75 ulong residual_length;
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c156 uint64_t st_ipa = (ulong)ST_GPA_BASE;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1529 ulong chain_pages;
/linux-master/drivers/scsi/
H A Dmegaraid.c2798 cylinders = (ulong)capacity / (heads * sectors);
2804 if ((ulong)capacity >= 0x200000) {
2807 cylinders = (ulong)capacity / (heads * sectors);
2826 cylinders = (ulong)capacity / (heads * sectors);
2829 if ((ulong)capacity >= 0x200000) {
2832 cylinders = (ulong)capacity / (heads * sectors);
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c3197 ulong buf_len;
3198 ulong client_len, server_len;
/linux-master/arch/x86/kvm/
H A Demulate.c487 static void assign_masked(ulong *dest, ulong src, ulong mask)
516 static ulong stack_mask(struct x86_emulate_ctxt *ctxt)
548 static void masked_increment(ulong *reg, ulong mask, int inc)
556 ulong *preg = reg_rmw(ctxt, reg);
690 enum x86emul_mode mode, ulong *linear,
695 ulong la;
757 ulong *linea
[all...]
/linux-master/arch/riscv/kvm/
H A Dvcpu_insn.c121 ((ulong *)((ulong)(regs) + REG_OFFSET(insn, pos)))
150 int (*func)(struct kvm_vcpu *vcpu, struct kvm_run *run, ulong insn);
154 ulong insn)
170 ulong insn)
199 static int wfi_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, ulong insn)
245 ulong insn;
263 static int csr_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, ulong insn)
268 ulong rs1_val = GET_RS1(insn, &vcpu->arch.guest_context);
270 ulong va
[all...]
/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/mips/mm/
H A Dtlbex.c1538 u32 *p = (u32 *)msk_isa16_mode((ulong)tlbmiss_handler_setup_pgd);
2056 u32 *p = (u32 *)msk_isa16_mode((ulong)handle_tlbl);
2238 u32 *p = (u32 *)msk_isa16_mode((ulong)handle_tlbs);
2294 u32 *p = (u32 *)msk_isa16_mode((ulong)handle_tlbm);
/linux-master/arch/mips/kernel/
H A Dtraps.c1694 ulong gcr_ectl, cp0_ectl;
H A Dmips-cm.c443 ulong core_id_bits, vp_id_bits, cmd_bits, cmd_group_bits;
444 ulong cm3_cca_bits, mcp_bits, cm3_tr_bits, sched_bit;
/linux-master/sound/core/
H A Dpcm_memory.c31 module_param(max_alloc_per_card, ulong, 0644);
/linux-master/mm/damon/
H A Dreclaim.c51 module_param(min_age, ulong, 0600);
78 module_param(quota_mem_pressure_us, ulong, 0600);
93 module_param(quota_autotune_feedback, ulong, 0600);
120 module_param(monitor_region_start, ulong, 0600);
129 module_param(monitor_region_end, ulong, 0600);
/linux-master/kernel/
H A Dpanic.c789 core_param(panic_print, panic_print, ulong, 0644);
/linux-master/fs/quota/
H A Dquota_v1.c130 ulong blocks;
/linux-master/drivers/perf/
H A Dmarvell_cn10k_ddr_pmu.c262 module_param_named(poll_period_sec, cn10k_ddr_pmu_poll_period_sec, ulong, 0644);
/linux-master/drivers/md/
H A Ddm-ioctl.c2102 static long dm_ctl_ioctl(struct file *file, uint command, ulong u)
2108 static long dm_compat_ctl_ioctl(struct file *file, uint command, ulong u)
2110 return (long)dm_ctl_ioctl(file, command, (ulong) compat_ptr(u));
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/auxdisplay/
H A Dimg-ascii-lcd.c59 ulong val;
/linux-master/drivers/acpi/nfit/
H A Dcore.c39 module_param(override_dsm_mask, ulong, S_IRUGO);

Completed in 430 milliseconds

1234567891011>>