Home
last modified time | relevance | path

Searched refs:__syncicache (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dsdt_machdep.c45 __syncicache((void *)patchpoint, sizeof(instr)); in sdt_tracepoint_patch()
58 __syncicache((void *)patchpoint, sizeof(instr)); in sdt_tracepoint_restore()
H A Dsyncicache.c48 __syncicache(void *from, int len) in __syncicache() function
H A Dmachdep.c438 __syncicache((caddr_t)startkernel, endkernel - startkernel); in powerpc_init()
789 __syncicache(__DEVOLATILE(uint32_t *, p), cacheline_size); in DB_SHOW_COMMAND()
H A Delf32_machdep.c391 __syncicache(lf->address, lf->size); in elf_cpu_load_file()
H A Delf64_machdep.c442 __syncicache(lf->address, lf->size); in elf_cpu_load_file()
/freebsd/sys/powerpc/include/
H A Dkdb.h45 __syncicache(addr, size); in kdb_cpu_sync_icache()
H A Dmd_var.h57 void __syncicache(void *, int);
/freebsd/lib/libc/powerpc/
H A DSymbol.map26 __syncicache;
/freebsd/lib/libc/powerpc64/gen/
H A Dsyncicache.c74 __syncicache(void *from, int len) in __syncicache() function
/freebsd/lib/libc/powerpc/gen/
H A Dsyncicache.c74 __syncicache(void *from, int len) in __syncicache() function
/freebsd/stand/libsa/powerpc/
H A Dsyncicache.c72 __syncicache(void *from, int len) in __syncicache() function
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c373 __syncicache(obj->relocbase + phdr->p_vaddr, in reloc_non_plt()
478 __syncicache(obj->pltgot, JMPTAB_BASE(N)*4); in reloc_plt()
577 __syncicache(wherep, 4); in reloc_jmpslot()
606 __syncicache(wherep, 8); in reloc_jmpslot()
/freebsd/stand/uboot/
H A Delf_freebsd.c57 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in __elfN()
/freebsd/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c57 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ppc64_uboot_elf_loadfile()
/freebsd/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c61 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ppc64_ofw_elf_loadfile()
H A Delf_freebsd.c62 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in __elfN()
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c342 __syncicache((void *)EXC_PGM, (size_t)&testppc64size); in aim_cpu_init()
460 __syncicache(EXC_RSVD, EXC_LAST - EXC_RSVD); in aim_cpu_init()
H A Dmmu_oea64.c944 __syncicache((void *)EXC_DSE, 0x80); in moea64_early_bootstrap()
945 __syncicache((void *)EXC_ISE, 0x80); in moea64_early_bootstrap()
1793 __syncicache((void *)(uintptr_t)pa, sz); in moea64_syncicache()
1795 __syncicache((void *)va, sz); in moea64_syncicache()
1797 __syncicache((void *)(uintptr_t)PHYS_TO_DMAP(pa), sz); in moea64_syncicache()
1804 __syncicache((void *)(moea64_scratchpage_va[1] + in moea64_syncicache()
H A Dmmu_oea.c2029 __syncicache((void *)pa, len); in moea_syncicache()
H A Dmmu_radix.c5986 __syncicache((void *)PHYS_TO_DMAP(pa), sync_sz); in mmu_radix_sync_icache()
/freebsd/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c100 __syncicache(fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c371 __syncicache(obj->relocbase + phdr->p_vaddr, in reloc_non_plt()
/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c624 __syncicache(p, ph.p_memsz); in load()
/freebsd/sys/powerpc/ofw/
H A Dofw_machdep.c108 __syncicache((void *)PHYS_TO_DMAP(EXC_RSVD), EXC_LAST - EXC_RSVD); in ofw_restore_trap_vec()