Home
last modified time | relevance | path

Searched refs:ebase (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_cpu.c249 uint32_t ebase; in cpu_rmixl_attach_primary() local
256 asm volatile("dmfc0 %0, $15, 1;" : "=r"(ebase)); in cpu_rmixl_attach_primary()
257 ci->ci_cpuid = ebase & __BITS(9,0); in cpu_rmixl_attach_primary()
323 uint32_t ebase = mipsNN_cp0_ebase_read(); in cpu_rmixl_hatch() local
324 KASSERT((ebase & MIPS_EBASE_CPUNUM) == ci->ci_cpuid); in cpu_rmixl_hatch()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_leapsec.h70 vint64 ebase; /* era base (UTC of start) */ member
97 vint64 ebase; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c303 Entry *ebase; in deref_response() local
306 rc = overlay_entry_get_ov( op, &rs->sr_entry->e_nname, NULL, NULL, 0, &ebase, dc->dc_on ); in deref_response()
307 if ( rc != LDAP_SUCCESS || ebase == NULL ) { in deref_response()
312 Attribute *a = attr_find( ebase->e_attrs, ds->ds_derefAttr ); in deref_response()
408 overlay_entry_release_ov( op, ebase, 0, dc->dc_on ); in deref_response()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_fixup.c51 int32_t ebase = mipsNN_cp0_ebase_read(); in mips_fixup_exceptions() local
53 if (ebase == mips_options.mips_cpu_id in mips_fixup_exceptions()
54 || (ebase & __BITS(31,30)) != __BIT(31)) { in mips_fixup_exceptions()
57 start = (uint32_t *)(intptr_t)(ebase & ~MIPS_EBASE_CPUNUM); in mips_fixup_exceptions()
H A Dmips_machdep.c1085 const intptr_t ebase = (intptr_t)mipsNN_cp0_ebase_read(); in mips64r2_vector_init() local
1086 const int cpunum = ebase & MIPS_EBASE_CPUNUM; in mips64r2_vector_init()
1091 memcpy((void *)(intptr_t)(ebase & ~MIPS_EBASE_CPUNUM), mips64r2_tlb_miss, in mips64r2_vector_init()
/netbsd-src/sys/dev/usb/
H A Dudl.c1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; in udl_copy_rect()
1209 ebase = (sy + height) * sc->sc_width; in udl_copy_rect()
1214 eoff = ebase + sx; in udl_copy_rect()
1238 int sbase, soff, ebase, eoff, width_cur; in udl_fill_rect()
1241 ebase = (y + height) * sc->sc_width; in udl_fill_rect()
1245 eoff = ebase + x; in udl_fill_rect()
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; in udl_draw_rect()
1273 ebase = (y + height) * sc->sc_width; in udl_draw_rect()
1277 eoff = ebase + x; in udl_draw_rect()
1205 int sbase, soff, ebase, eoff, dbase, doff, width_cur; udl_copy_rect() local
1237 int sbase, soff, ebase, eoff, width_cur; udl_fill_rect() local
1265 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; udl_draw_rect() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c7555 etree_type *ebase, in lang_enter_output_section_statement() argument
7589 os->load_base = ebase; in lang_enter_output_section_statement()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.c7606 etree_type *ebase, in lang_enter_output_section_statement() argument
7640 os->load_base = ebase; in lang_enter_output_section_statement()