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

  /src/sys/arch/ofppc/stand/ofwboot/
boot.c 192 int chosen, cpu, cpunode, j, is64=0; local in function:main
220 is64 = 1;
241 if (!bootline[0] && is64) {
  /src/sbin/newfs_lfs/
make_lfs.c 421 bool is64; local in function:make_lfs
424 is64 = (bitwidth == 64);
442 if (is64) {
447 fs->lfs_is64 = is64;
531 if (!is64) {
555 if (!is64) {
853 if (is64) {
879 if (is64) {
  /src/sys/dev/pci/igc/
igc_evcnt.h 166 bool is64; member in struct:igc_mac_counter
  /src/sys/arch/arm/fdt/
pcihost_fdt.c 297 const bool is64 = (__SHIFTOUT(phys_hi, PHYS_HI_SPACE) == local in function:pcihost_config
342 is64 ? 64 : 32, bus_phys, size, cpu_phys);
347 is64 ? 64 : 32, bus_phys, size, cpu_phys);
  /src/sys/arch/riscv/fdt/
pcihost_fdt.c 279 const bool is64 = (__SHIFTOUT(phys_hi, PHYS_HI_SPACE) == local in function:pcihost_config
324 is64 ? 64 : 32, bus_phys, size, cpu_phys);
329 is64 ? 64 : 32, bus_phys, size, cpu_phys);

Completed in 19 milliseconds