| /src/sys/powerpc/powerpc/ |
| H A D | sdt_machdep.c | 45 __syncicache((void *)patchpoint, sizeof(instr)); in sdt_tracepoint_patch() 58 __syncicache((void *)patchpoint, sizeof(instr)); in sdt_tracepoint_restore()
|
| H A D | syncicache.c | 48 __syncicache(void *from, int len) in __syncicache() function
|
| H A D | machdep.c | 439 __syncicache((caddr_t)startkernel, endkernel - startkernel); in powerpc_init() 790 __syncicache(__DEVOLATILE(uint32_t *, p), cacheline_size); in DB_SHOW_COMMAND()
|
| H A D | elf32_machdep.c | 393 __syncicache(lf->address, lf->size); in elf_cpu_load_file()
|
| H A D | elf64_machdep.c | 446 __syncicache(lf->address, lf->size); in elf_cpu_load_file()
|
| /src/sys/powerpc/include/ |
| H A D | kdb.h | 45 __syncicache(addr, size); in kdb_cpu_sync_icache()
|
| H A D | md_var.h | 57 void __syncicache(void *, int);
|
| /src/lib/libc/powerpc/ |
| H A D | Symbol.map | 26 __syncicache;
|
| /src/lib/libc/powerpc/gen/ |
| H A D | syncicache.c | 74 __syncicache(void *from, int len) in __syncicache() function
|
| /src/lib/libc/powerpc64/gen/ |
| H A D | syncicache.c | 74 __syncicache(void *from, int len) in __syncicache() function
|
| /src/stand/libsa/powerpc/ |
| H A D | syncicache.c | 72 __syncicache(void *from, int len) in __syncicache() function
|
| /src/stand/uboot/ |
| H A D | elf_freebsd.c | 57 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in uboot_load()
|
| /src/stand/uboot/arch/powerpc/ |
| H A D | ppc64_elf_freebsd.c | 57 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ppc64_uboot_elf_loadfile()
|
| /src/stand/powerpc/ofw/ |
| H A D | elf_freebsd.c | 62 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ofw_loadfile()
|
| H A D | ppc64_elf_freebsd.c | 61 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ppc64_ofw_elf_loadfile()
|
| /src/libexec/rtld-elf/powerpc/ |
| H A D | reloc.c | 463 __syncicache(obj->pltgot, JMPTAB_BASE(N)*4); in reloc_plt() 562 __syncicache(wherep, 4); in reloc_jmpslot() 591 __syncicache(wherep, 8); in reloc_jmpslot()
|
| /src/sys/powerpc/booke/ |
| H A D | pmap_32.c | 763 __syncicache((void *)(addr + (va & PAGE_MASK)), in mmu_booke_sync_icache() 768 __syncicache((void *)va, sync_sz); in mmu_booke_sync_icache() 907 __syncicache((void *)qaddr, PAGE_SIZE); in mmu_booke_quick_enter_page()
|
| H A D | pmap_64.c | 651 __syncicache((void *)PHYS_TO_DMAP(pa), sync_sz); in mmu_booke_sync_icache()
|
| H A D | pmap.c | 1172 __syncicache((void *)va, PAGE_SIZE); in mmu_booke_kenter_attr() 1438 __syncicache((void *)va, PAGE_SIZE); in mmu_booke_enter_locked()
|
| /src/sys/powerpc/aim/ |
| H A D | aim_machdep.c | 342 __syncicache((void *)EXC_PGM, (size_t)&testppc64size); in aim_cpu_init() 461 __syncicache(EXC_RSVD, EXC_LAST - EXC_RSVD); in aim_cpu_init()
|
| H A D | mmu_oea64.c | 915 __syncicache((void *)EXC_DSE, 0x80); in moea64_early_bootstrap() 916 __syncicache((void *)EXC_ISE, 0x80); in moea64_early_bootstrap() 1762 __syncicache((void *)(uintptr_t)pa, sz); in moea64_syncicache() 1764 __syncicache((void *)va, sz); in moea64_syncicache() 1766 __syncicache((void *)(uintptr_t)PHYS_TO_DMAP(pa), sz); in moea64_syncicache() 1773 __syncicache((void *)(moea64_scratchpage_va[1] + in moea64_syncicache()
|
| H A D | mmu_oea.c | 2035 __syncicache((void *)pa, len); in moea_syncicache()
|
| /src/sys/cddl/dev/fbt/powerpc/ |
| H A D | fbt_isa.c | 100 __syncicache(fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()
|
| /src/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 108 __syncicache((void *)PHYS_TO_DMAP(EXC_RSVD), EXC_LAST - EXC_RSVD); in ofw_restore_trap_vec()
|
| /src/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 626 __syncicache(p, ph.p_memsz); in load()
|