Home
last modified time | relevance | path

Searched refs:sync_cache_r (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/common/
H A Dmcpm_entry.c92 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical()
103 sync_cache_r(&c->cpus); in __mcpm_outbound_enter_critical()
116 sync_cache_r(&c->cpus[i].cpu); in __mcpm_outbound_enter_critical()
137 sync_cache_r(&mcpm_sync.clusters[cluster].cluster); in __mcpm_cluster_state()
/openbmc/linux/arch/arm/include/asm/
H A Dvirt.h39 sync_cache_r(&__boot_cpu_mode); in sync_boot_mode()
H A Dcacheflush.h424 #define sync_cache_r(ptr) __sync_cache_range_r(ptr, sizeof *(ptr)) macro
/openbmc/linux/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c61 sync_cache_r(SHIFT_PERCPU_PTR(&per_cpu_sw_state, per_cpu_offset(cpu))); in per_cpu_sw_state_rd()