Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dgic.c250 bool need_sync = false; in gicv3_sync_redist_config() local
273 need_sync = true; in gicv3_sync_redist_config()
294 if (need_sync) { in gicv3_sync_redist_config()
303 bool need_sync = false; in gic_legacy_sync_dist_config() local
316 need_sync = true; in gic_legacy_sync_dist_config()
330 if (need_sync) { in gic_legacy_sync_dist_config()
/optee_os/core/mm/
H A Dvm.c749 bool need_sync = false; in vm_set_prot() local
770 need_sync = true; in vm_set_prot()
798 if (need_sync && was_writeable) in vm_set_prot()