HomeSort by: relevance | last modified time | path
    Searched refs:cur_flags (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.sbin/sysinst/arch/virt68k/
md.c 140 if (install->infos[i].cur_flags &
  /src/usr.sbin/sysinst/arch/hp300/
md.c 140 if (install->infos[i].cur_flags &
  /src/usr.sbin/sysinst/arch/mvme68k/
md.c 140 if (install->infos[i].cur_flags &
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1024 uint32_t cur_flags = ttm_bo_type_flags(mem_type); local
1026 if ((cur_flags & place->flags & TTM_PL_MASK_MEM) == 0)
1032 cur_flags |= (place->flags & man->available_caching);
1034 *masked_placement = cur_flags;
1057 uint32_t cur_flags = 0; local
1068 if (!ttm_bo_mt_compatible(man, mem_type, place, &cur_flags))
1071 cur_flags = ttm_bo_select_caching(man, bo->mem.placement, cur_flags);
1076 ttm_flag_masked(&cur_flags, place->flags, ~TTM_PL_MASK_MEMTYPE);
1079 mem->placement = cur_flags;
    [all...]
  /src/usr.sbin/sysinst/arch/x68k/
md.c 168 if (install->infos[i].cur_flags &
  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1408 unsigned int cur_flags[MAX_OPERANDS]; local
1434 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags)
1496 cur_flags[j], 0)))
1580 cur_flags[j], 1) != OP_LEGAL))
tc-cr16.c 2176 unsigned int cur_flags[MAX_OPERANDS]; local
2202 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags)
2271 cur_flags[i], 0)))
2346 cur_flags[j], 1) != OP_LEGAL))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1408 unsigned int cur_flags[MAX_OPERANDS]; local
1434 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags)
1496 cur_flags[j], 0)))
1580 cur_flags[j], 1) != OP_LEGAL))
tc-cr16.c 2179 unsigned int cur_flags[MAX_OPERANDS]; local
2205 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags)
2274 cur_flags[i], 0)))
2349 cur_flags[j], 1) != OP_LEGAL))
  /src/usr.sbin/sysinst/
bsddisklabel.c 1264 infos[i].cur_flags = PTI_PSCHEME_INTERNAL;
1298 infos[pno].cur_flags = info.flags;
1717 wanted->infos[i].cur_flags = infos[i].flags;
1887 if (wanted.infos[i].cur_flags & PTI_INSTALL_TARGET) {
1902 wanted.infos[i].cur_flags |= PTI_INSTALL_TARGET;
1919 if ((wanted.infos[i].cur_flags & PTI_BOOT) != 0 ||
label.c 215 (wanted->cur_flags & PTI_INSTALL_TARGET)) {
513 if ((pset->infos[i].cur_flags & ~PTI_INSTALL_TARGET)
517 (pset->infos[i].cur_flags & PTI_SPECIAL_PARTS))
1014 edit.wanted->cur_flags = edit.info.flags;
1670 p[s].cur_flags = clones[s].info.flags;
defs.h 319 uint32_t cur_flags; /* PTI_* flags from disk_part_info */ member in struct:part_usage_info
util.c 2524 (*list)[no].cur_flags = info.flags;
  /src/usr.sbin/sysinst/arch/i386/
md.c 996 boot->cur_flags = info.flags;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 24918 HOST_WIDE_INT prev_flags, cur_flags, diff_flags;
24973 cur_flags = cur_opt->x_rs6000_isa_flags;
24975 diff_flags = (prev_flags ^ cur_flags);
24985 cur_flags & diff_flags);
24871 HOST_WIDE_INT prev_flags, cur_flags, diff_flags; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24460 HOST_WIDE_INT prev_flags, cur_flags, diff_flags;
24517 cur_flags = cur_opt->x_rs6000_isa_flags;
24521 diff_flags = (prev_flags ^ cur_flags);
24532 cur_flags & diff_flags,
24413 HOST_WIDE_INT prev_flags, cur_flags, diff_flags; local

Completed in 243 milliseconds