Home
last modified time | relevance | path

Searched refs:old_prefix (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py30 old_prefix = re.compile(b("##DEFAULT_INSTALL_DIR##")) variable
157 new_ldsocache_path = old_prefix.sub(new_prefix, ldsocache_path)
172 new_path = old_prefix.sub(new_prefix, path)
194 new_path = old_prefix.sub(new_prefix, path)
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c154 const uint32_t old_prefix = env->psa; in HELPER() local
157 if (prefix == old_prefix) { in HELPER()
176 if (old_prefix != 0) { in HELPER()
177 tlb_flush_page(cs, old_prefix); in HELPER()
178 tlb_flush_page(cs, old_prefix + TARGET_PAGE_SIZE); in HELPER()