OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_V
(Results
1 - 3
of
3
) sorted by relevancy
/src/regress/sys/uvm/pdsim/
Makefile
42
.for
_V
in ${PDSIM_CPRO_VARIANTS}
43
_P=pdsim.cpro_${
_V
}
45
${C_COMPILE} -I. -I${SYSSRC} -DPDSIM ${CPRO_CFLAGS.${
_V
}} -o ${.TARGET} ${.ALLSRC}
46
pdsim.dbg.cpro_${
_V
}: pdsim.c ${PDPOL}
47
${C_COMPILE} -I. -I${SYSSRC} -DPDSIM -DDEBUG ${CPRO_CFLAGS.${
_V
}} -o ${.TARGET} ${.ALLSRC}
64
.for
_V
in ${PDSIM_CLOCK_VARIANTS}
65
_P=pdsim.clock_${
_V
}
67
${C_COMPILE} -I. -I${SYSSRC} -DPDSIM ${CLOCK_CFLAGS.${
_V
}} -o ${.TARGET} ${.ALLSRC}
68
pdsim.dbg.clock_${
_V
}: pdsim.c ${PDPOL}
69
${C_COMPILE} -I. -I${SYSSRC} -DPDSIM -DDEBUG ${CLOCK_CFLAGS.${
_V
}} -o ${.TARGET} ${.ALLSRC
[
all
...]
/src/sys/arch/evbarm/mini2440/
mini2440_machdep.c
365
#define
_V
(n) (MINI2440_IO_VBASE + (n) * L1_S_SIZE)
367
#define GPIO_VBASE
_V
(0)
368
#define INTCTL_VBASE
_V
(1)
369
#define CLKMAN_VBASE
_V
(2)
370
#define UART_VBASE
_V
(3)
/src/sys/arch/evbarm/smdk2xx0/
smdk2410_machdep.c
331
#define
_V
(n) (SMDK2410_IO_VBASE + (n) * L1_S_SIZE)
333
#define GPIO_VBASE
_V
(0)
334
#define INTCTL_VBASE
_V
(1)
335
#define CLKMAN_VBASE
_V
(2)
336
#define UART_VBASE
_V
(3)
338
#define MEMORY_DISK_VADDR
_V
(4)
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025