Home
last modified time | relevance | path

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

/netbsd/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/usr.sbin/sysinst/arch/mvme68k/
H A Dmd.c140 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd/usr.sbin/sysinst/arch/hp300/
H A Dmd.c140 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-crx.c1415 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
1441 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags) in assemble_insn()
1503 cur_flags[j], 0))) in assemble_insn()
1587 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
H A Dtc-cr16.c2186 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
2212 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags) in assemble_insn()
2281 cur_flags[i], 0))) in assemble_insn()
2356 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
/netbsd/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/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-crx.c1460 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
1486 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags) in assemble_insn()
1551 cur_flags[j], 0))) in assemble_insn()
1636 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
H A Dtc-cr16.c2215 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
2241 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags) in assemble_insn()
2310 cur_flags[i], 0))) in assemble_insn()
2385 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-crx.c1415 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
1441 #define GET_CURRENT_FLAGS GET_CURRENT_DATA(get_opflags, cur_flags) in assemble_insn()
1503 cur_flags[j], 0))) in assemble_insn()
1587 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
H A Dtc-cr16.c2186 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn() local
2212 #define GET_CURRENT_FLAGS GET_CURRENT_DATA (get_opflags, cur_flags) in assemble_insn()
2281 cur_flags[i], 0))) in assemble_insn()
2356 cur_flags[j], 1) != OP_LEGAL)) in assemble_insn()
/netbsd/usr.sbin/sysinst/arch/x68k/
H A Dmd.c168 if (install->infos[i].cur_flags & in md_check_partitions()
/netbsd/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()
512 if (pset->infos[i].cur_flags != info.flags) in renumber_partitions()
1012 edit.wanted->cur_flags = edit.info.flags; in edit_ptn()
1668 p[s].cur_flags = clones[s].info.flags; in part_ext_clone()
H A Ddefs.h313 uint32_t cur_flags; /* PTI_* flags from disk_part_info */ member
H A Dutil.c2444 (*list)[no].cur_flags = info.flags; in usage_info_list_from_parts()
/netbsd/usr.sbin/sysinst/arch/i386/
H A Dmd.c996 boot->cur_flags = info.flags; in x86_md_part_defaults()
/netbsd/external/gpl3/gcc/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()
H A Drs6000.cc24400 HOST_WIDE_INT prev_flags, cur_flags, diff_flags; in rs6000_pragma_target_parse() local
24457 cur_flags = cur_opt->x_rs6000_isa_flags; in rs6000_pragma_target_parse()
24461 diff_flags = (prev_flags ^ cur_flags); in rs6000_pragma_target_parse()
24472 cur_flags & diff_flags, in rs6000_pragma_target_parse()
/netbsd/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()