/src/sys/arch/cesfic/cesfic/ |
pmap_bootstrap.c | 86 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 233 stfree = ~l2tobm(0); 236 stfree &= ~l2tobm(i); 238 stfree &= ~l2tobm(i); 240 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 241 stfree &= ~l2tobm(i); 388 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 86 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 233 stfree = ~l2tobm(0); 236 stfree &= ~l2tobm(i); 238 stfree &= ~l2tobm(i); 240 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 241 stfree &= ~l2tobm(i); 388 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/hp300/hp300/ |
pmap_bootstrap.c | 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 237 stfree = ~l2tobm(0); 240 stfree &= ~l2tobm(i); 242 stfree &= ~l2tobm(i); 244 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 245 stfree &= ~l2tobm(i); 416 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 237 stfree = ~l2tobm(0); 240 stfree &= ~l2tobm(i); 242 stfree &= ~l2tobm(i); 244 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 245 stfree &= ~l2tobm(i); 416 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/mvme68k/mvme68k/ |
pmap_bootstrap.c | 99 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 276 stfree = ~l2tobm(0); 279 stfree &= ~l2tobm(i); 281 stfree &= ~l2tobm(i); 283 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 284 stfree &= ~l2tobm(i); 429 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 99 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 276 stfree = ~l2tobm(0); 279 stfree &= ~l2tobm(i); 281 stfree &= ~l2tobm(i); 283 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 284 stfree &= ~l2tobm(i); 429 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/luna68k/luna68k/ |
pmap_bootstrap.c | 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 228 stfree = ~l2tobm(0); 231 stfree &= ~l2tobm(i); 233 stfree &= ~l2tobm(i); 235 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 236 stfree &= ~l2tobm(i); 385 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 228 stfree = ~l2tobm(0); 231 stfree &= ~l2tobm(i); 233 stfree &= ~l2tobm(i); 235 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 236 stfree &= ~l2tobm(i); 385 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/x68k/x68k/ |
pmap_bootstrap.c | 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 228 stfree = ~l2tobm(0); 231 stfree &= ~l2tobm(i); 233 stfree &= ~l2tobm(i); 235 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 236 stfree &= ~l2tobm(i); 381 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 228 stfree = ~l2tobm(0); 231 stfree &= ~l2tobm(i); 233 stfree &= ~l2tobm(i); 235 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 236 stfree &= ~l2tobm(i); 381 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/next68k/next68k/ |
pmap_bootstrap.c | 109 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 285 stfree = ~l2tobm(0); 288 stfree &= ~l2tobm(i); 290 stfree &= ~l2tobm(i); 292 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 293 stfree &= ~l2tobm(i); 452 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 109 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 285 stfree = ~l2tobm(0); 288 stfree &= ~l2tobm(i); 290 stfree &= ~l2tobm(i); 292 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 293 stfree &= ~l2tobm(i); 452 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/virt68k/virt68k/ |
pmap_bootstrap.c | 103 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 245 stfree = ~l2tobm(0); 248 stfree &= ~l2tobm(i); 250 stfree &= ~l2tobm(i); 252 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 253 stfree &= ~l2tobm(i); 386 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 103 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 245 stfree = ~l2tobm(0); 248 stfree &= ~l2tobm(i); 250 stfree &= ~l2tobm(i); 252 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 253 stfree &= ~l2tobm(i); 386 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/news68k/news68k/ |
pmap_bootstrap.c | 97 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 250 stfree = ~l2tobm(0); 253 stfree &= ~l2tobm(i); 255 stfree &= ~l2tobm(i); 257 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 258 stfree &= ~l2tobm(i); 410 RELOC(protostfree, u_int) = stfree;
|
pmap_bootstrap.c | 97 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 250 stfree = ~l2tobm(0); 253 stfree &= ~l2tobm(i); 255 stfree &= ~l2tobm(i); 257 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 258 stfree &= ~l2tobm(i); 410 RELOC(protostfree, u_int) = stfree;
|
/src/sys/arch/mac68k/mac68k/ |
pmap_bootstrap.c | 123 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 284 stfree = ~l2tobm(0); 287 stfree &= ~l2tobm(i); 289 stfree &= ~l2tobm(i); 291 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 292 stfree &= ~l2tobm(i); 462 protostfree = stfree;
|
pmap_bootstrap.c | 123 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap 284 stfree = ~l2tobm(0); 287 stfree &= ~l2tobm(i); 289 stfree &= ~l2tobm(i); 291 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++) 292 stfree &= ~l2tobm(i); 462 protostfree = stfree;
|