Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py157 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)
218 new_prefix = sys.argv[1] variable
221 new_prefix = sys.argv[1].encode()
/openbmc/linux/arch/s390/kvm/
H A Dvsie.c449 const uint32_t new_prefix = READ_ONCE(__new_prefix); in shadow_scb() local
500 if (scb_s->mso != new_mso || scb_s->prefix != new_prefix) in shadow_scb()
505 scb_s->prefix = new_prefix; in shadow_scb()