HomeSort by: relevance | last modified time | path
    Searched defs:TABLESIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ypserv/revnetgroup/
hash.h 58 #define TABLESIZE 256
  /src/sys/arch/amd64/stand/prekern/
locore.S 65 #define TABLESIZE \
122 .globl _C_LABEL(tablesize)
138 .type _C_LABEL(tablesize), @object
139 _C_LABEL(tablesize): .long TABLESIZE
140 END(tablesize)
401 movl $TABLESIZE,%ecx
454 movl $TABLESIZE,%ecx /* length of BOOTSTRAP TABLES */
556 movq $TABLESIZE,%rdx
574 leaq (TABLESIZE)(%rsi),%rd
    [all...]
  /src/sys/arch/amd64/amd64/
locore.S 212 #define TABLESIZE \
218 (NKL2_KIMG_ENTRIES * (1 << L2_SHIFT) - TABLESIZE - IOM_SIZE)
334 .globl _C_LABEL(tablesize)
353 .type _C_LABEL(tablesize), @object
354 _C_LABEL(tablesize): .long TABLESIZE
355 END(tablesize)
703 movl $TABLESIZE,%ecx
757 movl $TABLESIZE,%ecx /* length of BOOTSTRAP TABLES */
915 movq $(TABLESIZE+KERNBASE),%rd
    [all...]

Completed in 12 milliseconds