Searched refs:fbtp_patchpoint (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cddl/dev/fbt/aarch64/
H A Dfbt_isa.c58 if ((uintptr_t)fbt->fbtp_patchpoint == addr) {
77 *fbt->fbtp_patchpoint = val;
78 cpu_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4);
115 fbt->fbtp_patchpoint = instr;
160 fbt->fbtp_patchpoint = instr;
/freebsd-12-stable/sys/cddl/dev/fbt/arm/
H A Dfbt_isa.c59 if ((uintptr_t)fbt->fbtp_patchpoint != addr)
89 *fbt->fbtp_patchpoint = val;
90 icache_sync((vm_offset_t)fbt->fbtp_patchpoint, sizeof(val));
127 fbt->fbtp_patchpoint = instr;
178 fbt->fbtp_patchpoint = instr;
/freebsd-12-stable/sys/cddl/dev/fbt/mips/
H A Dfbt_isa.c57 if ((uintptr_t)fbt->fbtp_patchpoint == addr) {
76 *fbt->fbtp_patchpoint = val;
77 mips_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4);
112 fbt->fbtp_patchpoint = instr;
150 fbt->fbtp_patchpoint = instr;
/freebsd-12-stable/sys/cddl/dev/fbt/
H A Dfbt.h48 fbt_patchval_t *fbtp_patchpoint; member in struct:fbt_probe
H A Dfbt.c213 ndx = FBT_ADDR2NDX(fbt->fbtp_patchpoint);
226 } else if (hash->fbtp_patchpoint == fbt->fbtp_patchpoint) {
302 for (hash = fbt_probetab[FBT_ADDR2NDX(fbt->fbtp_patchpoint)];
304 if (hash->fbtp_patchpoint == fbt->fbtp_patchpoint) {
/freebsd-12-stable/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c61 if ((uintptr_t)fbt->fbtp_patchpoint == addr) {
79 frame->srr0 = (uintptr_t)fbt->fbtp_patchpoint;
104 *fbt->fbtp_patchpoint = val;
105 __syncicache(fbt->fbtp_patchpoint, 4);
147 fbt->fbtp_patchpoint = instr;
216 fbt->fbtp_patchpoint = instr;
/freebsd-12-stable/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c82 if ((uintptr_t)fbt->fbtp_patchpoint != addr)
158 *fbt->fbtp_patchpoint = val;
223 fbt->fbtp_patchpoint = instr;
233 if (hash->fbtp_patchpoint == fbt->fbtp_patchpoint) {
323 fbt->fbtp_patchpoint = instr;
/freebsd-12-stable/sys/cddl/dev/fbt/riscv/
H A Dfbt_isa.c59 if ((uintptr_t)fbt->fbtp_patchpoint == addr) {
80 *(uint16_t *)fbt->fbtp_patchpoint = (uint16_t)val;
84 *fbt->fbtp_patchpoint = val;
182 fbt->fbtp_patchpoint = instr;
231 fbt->fbtp_patchpoint = instr;

Completed in 171 milliseconds