Searched refs:vp (Results 1 – 6 of 6) sorted by relevance
/arch/mips/kernel/ |
D | spram.c | 178 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); in probe_spram() local 181 vp[0] = TDAT; in probe_spram() 182 vp[1] = ~TDAT; in probe_spram() 186 v = vp[0]; in probe_spram() 189 vp, TDAT, v); in probe_spram() 190 v = vp[1]; in probe_spram() 193 vp+1, ~TDAT, v); in probe_spram()
|
/arch/sparc/kernel/ |
D | ldc.c | 412 struct ldc_version *vp) in send_version_ack() argument 418 vp, sizeof(*vp), &new_tail); in send_version_ack() 421 vp->major, vp->minor); in send_version_ack() 573 static int process_ver_info(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_info() argument 579 vp->major, vp->minor); in process_ver_info() 586 vap = find_by_major(vp->major); in process_ver_info() 589 } else if (vap->major != vp->major) { in process_ver_info() 592 struct ldc_version ver = *vp; in process_ver_info() 607 static int process_ver_ack(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_ack() argument 610 vp->major, vp->minor); in process_ver_ack() [all …]
|
/arch/sh/kernel/ |
D | setup.c | 150 void *vp; in reserve_crashkernel() local 159 vp = alloc_bootmem_nopanic(crash_size); in reserve_crashkernel() 160 if (!vp) { in reserve_crashkernel() 165 crash_base = __pa(vp); in reserve_crashkernel()
|
/arch/arm/boot/compressed/ |
D | misc.c | 96 union { void *vp; unsigned long *ulp; unsigned char *ucp; } u; in __memzero() member 99 u.vp = s; in __memzero()
|
/arch/ia64/kernel/ |
D | unaligned.c | 33 # define DDUMP(str,vp,len) dump(str, vp, len) argument 36 dump (const char *str, void *vp, size_t len) in dump() argument 38 unsigned char *cp = vp; in dump() 48 # define DDUMP(str,vp,len) argument
|
/arch/powerpc/xmon/ |
D | xmon.c | 2307 scanhex(unsigned long *vp) in scanhex() argument 2333 *vp = ((unsigned long *)xmon_regs)[i]; in scanhex() 2351 *vp = 0; in scanhex() 2366 *vp = 0; in scanhex() 2370 *vp = kallsyms_lookup_name(tmpstr); in scanhex() 2374 if (!(*vp)) { in scanhex() 2393 *vp = v; in scanhex()
|