Searched refs:msgbufp (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c221 struct msgbuf *msgbufp = NULL; variable in typeref:struct:msgbuf
663 msgbufp = (void *)msgbufpv;
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c2049 pmap_kenter((vm_offset_t)msgbufp + off, phys_avail[pa_indx] +
2433 pmap_kenter((vm_offset_t)msgbufp + off, phys_avail[pa_indx] +
2734 msgbufinit(msgbufp, msgbufsize);
H A Dpmap.c261 struct msgbuf *msgbufp = NULL; variable in typeref:struct:msgbuf
477 * msgbufp is used to map the system message buffer.
479 SYSMAP(struct msgbuf *, unused, msgbufp, atop(round_page(msgbufsize)))
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c551 msgbufp = (struct msgbuf *)pmap_steal_memory(msgbufsize);
552 msgbufinit(msgbufp, msgbufsize);
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c1101 msgbufp = (struct msgbuf *)data_end;
1103 debugf(" msgbufp at 0x%08x end = 0x%08x\n", (uint32_t)msgbufp,
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c224 struct msgbuf *msgbufp = NULL; variable in typeref:struct:msgbuf
818 msgbufp = (void *)msgbufpv;
/freebsd-11-stable/sys/vm/
H A Dvm_page.c563 pa = DMAP_TO_PHYS((vm_offset_t)msgbufp->msg_ptr);
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c268 struct msgbuf *msgbufp = NULL; variable in typeref:struct:msgbuf
H A Dpmap-v6.c298 struct msgbuf *msgbufp = NULL; /* XXX move it to machdep.c */ variable in typeref:struct:msgbuf

Completed in 188 milliseconds

12