Home
last modified time | relevance | path

Searched refs:cur_flags (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c1024 uint32_t cur_flags = ttm_bo_type_flags(mem_type); in ttm_bo_mt_compatible() local
1026 if ((cur_flags & place->flags & TTM_PL_MASK_MEM) == 0) in ttm_bo_mt_compatible()
1032 cur_flags |= (place->flags & man->available_caching); in ttm_bo_mt_compatible()
1034 *masked_placement = cur_flags; in ttm_bo_mt_compatible()
1057 uint32_t cur_flags = 0; in ttm_bo_mem_placement() local
1068 if (!ttm_bo_mt_compatible(man, mem_type, place, &cur_flags)) in ttm_bo_mem_placement()
1071 cur_flags = ttm_bo_select_caching(man, bo->mem.placement, cur_flags); in ttm_bo_mem_placement()
1076 ttm_flag_masked(&cur_flags, place->flags, ~TTM_PL_MASK_MEMTYPE); in ttm_bo_mem_placement()
1079 mem->placement = cur_flags; in ttm_bo_mem_placement()
/netbsd-src/usr.sbin/sysinst/arch/virt68k/
H A Dmd.c140 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd-src/usr.sbin/sysinst/arch/mvme68k/
H A Dmd.c140 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd-src/usr.sbin/sysinst/arch/hp300/
H A Dmd.c140 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-crx.c1410 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
1436 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags) in assemble_insn()
1498 cur_flags[j], 0))) in assemble_insn()
1582 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
H A Dtc-cr16.c2180 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
2206 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags) in assemble_insn()
2275 cur_flags[i], 0))) in assemble_insn()
2350 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-crx.c1410 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
1436 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags) in assemble_insn()
1498 cur_flags[j], 0))) in assemble_insn()
1582 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
H A Dtc-cr16.c2180 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
2206 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags) in assemble_insn()
2275 cur_flags[i], 0))) in assemble_insn()
2350 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
/netbsd-src/usr.sbin/sysinst/arch/x68k/
H A Dmd.c168 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd-src/usr.sbin/sysinst/
H A Dbsddisklabel.c1264 infos[i].cur_flags = PTI_PSCHEME_INTERNAL; in sort_and_sync_parts()
1298 infos[pno].cur_flags = info.flags; in sort_and_sync_parts()
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 ||
H A Dlabel.c215 (wanted->cur_flags & PTI_INSTALL_TARGET)) { in verify_parts()
513 if ((pset->infos[i].cur_flags & ~PTI_INSTALL_TARGET) in renumber_partitions()
1014 edit.wanted->cur_flags = edit.info.flags; in edit_ptn()
1670 p[s].cur_flags = clones[s].info.flags; in part_ext_clone()
H A Ddefs.h319 uint32_t cur_flags; /* PTI_* flags from disk_part_info */ member
H A Dutil.c2462 (*list)[no].cur_flags = info.flags; in usage_info_list_from_parts()
/netbsd-src/usr.sbin/sysinst/arch/i386/
H A Dmd.c996 boot->cur_flags = info.flags; in x86_md_part_defaults()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24398 HOST_WIDE_INT prev_flags, cur_flags, diff_flags; in rs6000_pragma_target_parse() local
24455 cur_flags = cur_opt->x_rs6000_isa_flags; in rs6000_pragma_target_parse()
24459 diff_flags = (prev_flags ^ cur_flags); in rs6000_pragma_target_parse()
24470 cur_flags & diff_flags, in rs6000_pragma_target_parse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c23715 HOST_WIDE_INT prev_flags, cur_flags, diff_flags; in rs6000_pragma_target_parse() local
23771 cur_flags = cur_opt->x_rs6000_isa_flags; in rs6000_pragma_target_parse()
23775 diff_flags = (prev_flags ^ cur_flags); in rs6000_pragma_target_parse()
23786 cur_flags & diff_flags, in rs6000_pragma_target_parse()