Home
last modified time | relevance | path

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

12

/src/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.c439 __syncicache((caddr_t)startkernel, endkernel - startkernel); in powerpc_init()
790 __syncicache(__DEVOLATILE(uint32_t *, p), cacheline_size); in DB_SHOW_COMMAND()
H A Delf32_machdep.c393 __syncicache(lf->address, lf->size); in elf_cpu_load_file()
H A Delf64_machdep.c446 __syncicache(lf->address, lf->size); in elf_cpu_load_file()
/src/sys/powerpc/include/
H A Dkdb.h45 __syncicache(addr, size); in kdb_cpu_sync_icache()
H A Dmd_var.h57 void __syncicache(void *, int);
/src/lib/libc/powerpc/
H A DSymbol.map26 __syncicache;
/src/lib/libc/powerpc/gen/
H A Dsyncicache.c74 __syncicache(void *from, int len) in __syncicache() function
/src/lib/libc/powerpc64/gen/
H A Dsyncicache.c74 __syncicache(void *from, int len) in __syncicache() function
/src/stand/libsa/powerpc/
H A Dsyncicache.c72 __syncicache(void *from, int len) in __syncicache() function
/src/stand/uboot/
H A Delf_freebsd.c57 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in uboot_load()
/src/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c57 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ppc64_uboot_elf_loadfile()
/src/stand/powerpc/ofw/
H A Delf_freebsd.c62 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ofw_loadfile()
H A Dppc64_elf_freebsd.c61 __syncicache((void *) (*result)->f_addr, (*result)->f_size); in ppc64_ofw_elf_loadfile()
/src/libexec/rtld-elf/powerpc/
H A Dreloc.c463 __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 Dpmap_32.c763 __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 Dpmap_64.c651 __syncicache((void *)PHYS_TO_DMAP(pa), sync_sz); in mmu_booke_sync_icache()
H A Dpmap.c1172 __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 Daim_machdep.c342 __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 Dmmu_oea64.c915 __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 Dmmu_oea.c2035 __syncicache((void *)pa, len); in moea_syncicache()
/src/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c100 __syncicache(fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()
/src/sys/powerpc/ofw/
H A Dofw_machdep.c108 __syncicache((void *)PHYS_TO_DMAP(EXC_RSVD), EXC_LAST - EXC_RSVD); in ofw_restore_trap_vec()
/src/stand/powerpc/boot1.chrp/
H A Dboot1.c626 __syncicache(p, ph.p_memsz); in load()

12