Home
last modified time | relevance | path

Searched refs:rtc (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/usr.sbin/vmd/
H A Dmc146818.c126 time(&rtc.now); in rtc_fire1()
134 evtimer_add(&rtc.sec, &rtc.sec_tv); in rtc_fire1()
154 evtimer_add(&rtc.per, &rtc.per_tv); in rtc_fireper()
170 memset(&rtc, 0, sizeof(rtc)); in mc146818_init()
195 evtimer_add(&rtc.sec, &rtc.sec_tv); in mc146818_init()
222 evtimer_add(&rtc.per, &rtc.per_tv); in rtc_reschedule_per()
305 rtc.regs[rtc.idx] = data; in vcpu_exit_mc146818()
323 data = rtc.regs[rtc.idx]; in vcpu_exit_mc146818()
343 if (atomicio(vwrite, fd, &rtc, sizeof(rtc)) != sizeof(rtc)) { in mc146818_dump()
354 if (atomicio(read, fd, &rtc, sizeof(rtc)) != sizeof(rtc)) { in mc146818_restore()
[all …]
/openbsd/sys/arch/sh/sh/
H A Dclock.c70 struct rtc_ops rtc; member
82 .rtc = {
112 sh_clock_init(int flags, struct rtc_ops *rtc) in sh_clock_init() argument
117 if (rtc != NULL) in sh_clock_init()
118 sh_clock.rtc = *rtc; /* structure copy */ in sh_clock_init()
231 sh_clock.rtc.get(sh_clock.rtc._cookie, tv->tv_sec, &dt); in rtc_gettime()
243 sh_clock.rtc.set(sh_clock.rtc._cookie, &dt); in rtc_settime()
317 if (sh_clock.rtc.init != NULL) in cpu_startclock()
318 sh_clock.rtc.init(sh_clock.rtc._cookie); in cpu_startclock()
/openbsd/gnu/llvm/llvm/docs/
H A DTransformMetadata.rst148 if (rtc) {
155 where ``rtc`` is a generated runtime check.
309 if (rtc) {
324 where ``rtc`` is a generated runtime check.
364 if (rtc) {
373 The runtime condition (``rtc``) checks that the array ``A`` and the
/openbsd/sys/arch/sparc64/conf/
H A Dfiles.sparc64236 device rtc
237 attach rtc at ebus
238 file arch/sparc64/dev/rtc.c rtc
420 # Virtual rtc
H A DRAMDISK113 rtc* at ebus? # DS1287/M5819 clock
H A DGENERIC338 rtc* at ebus?
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.opt58 Use call and rtc for function calls and returns
H A Dlarith.asm56 rtc
1199 ;; using rtc to return and being called with jsr/bsr.
1219 jmp 0,y ; We have a 'call/rtc' stack layout now
H A Dm68hc11.md6767 return \"rtc\";
6802 return \"rtc\";
6824 return \"rtc\";
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm56 rtc
1199 ;; using rtc to return and being called with jsr/bsr.
1219 jmp 0,y ; We have a 'call/rtc' stack layout now
H A Dm68hc11.md6781 return \"rtc\";
6816 return \"rtc\";
6838 return \"rtc\";
/openbsd/sys/dev/ic/
H A Dmfireg.h622 uint32_t rtc; member
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-m68hc11.texi315 uses a @samp{call/rtc} calling convention as opposed to @samp{jsr/rts}.
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m68hc11.texi315 uses a @samp{call/rtc} calling convention as opposed to @samp{jsr/rts}.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dextend.texi2526 On 68HC12 the compiler will use the @code{call} and @code{rtc} instructions
2534 the @code{rtc}.
H A Dinvoke.texi5650 call a function and the @code{rtc} instruction for returning.
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi1847 On 68HC12 the compiler will use the @code{call} and @code{rtc} instructions
1855 the @code{rtc}.
H A Dgcc.info10191 a function and the `rtc' instruction for returning.
15662 On 68HC12 the compiler will use the `call' and `rtc' instructions
15670 simulates the `rtc'.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog15972 ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
15997 * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
/openbsd/gnu/gcc/libcpp/po/
H A Dda.po8033 #~ msgid "Use call and rtc for function calls and returns"
8034 #~ msgstr "Benyt call og rtc til funktionskald og returneringer"
H A Drw.po9733 #~ msgid "Use call and rtc for function calls and returns"
/openbsd/gnu/usr.bin/gcc/gcc/po/
H A Dca.po11146 msgid "Use call and rtc for function calls and returns"
11147 msgstr "Usar call i rtc per a cridades i devolucions de funci�"
H A Dda.po11267 msgid "Use call and rtc for function calls and returns"
11268 msgstr "Benyt call og rtc til funktionskald og returneringer"
H A Dtr.po11350 msgid "Use call and rtc for function calls and returns"
11351 msgstr "İşlev çağrıları ve dönüşleri için call ve rtc kullanılır"
H A Dbe.po11080 msgid "Use call and rtc for function calls and returns"

12