Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 191) sorted by relevance

12345678

/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi_vdso_i686_on_64bit.S38 push %ebp
59 push %ebp
84 push %ebp
102 push %ebp
115 push %ebp
134 push %ebp
156 push %ebp
169 push %ebp
188 push %ebp
217 push %ebp
[all …]
H A Dcloudabi_vdso_x86_64.S38 push %rsi
50 push %rdx
74 push %rsi
86 push %rsi
87 push %rdx
107 push %rsi
120 push %r8
133 push %r8
233 push %r9
246 push %r8
[all …]
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_support.S39 #define VENTER push %rbp ; mov %rsp,%rbp
52 push %rdx
61 push %rbx
62 push %r12
63 push %r13
64 push %r14
65 push %r15
70 push %rsi /* push guest context pointer on the stack */
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dstm32mp15-pinctrl.dtsi132 drive-push-pull;
138 drive-push-pull;
183 drive-push-pull;
189 drive-push-pull;
234 drive-push-pull;
240 drive-push-pull;
283 drive-push-pull;
324 drive-push-pull;
476 drive-push-pull;
520 drive-push-pull;
[all …]
H A Dstm32f7-pinctrl.dtsi143 drive-push-pull;
156 drive-push-pull;
190 drive-push-pull;
210 drive-push-pull;
221 drive-push-pull;
234 drive-push-pull;
246 drive-push-pull;
265 drive-push-pull;
277 drive-push-pull;
H A Dstm32f4-pinctrl.dtsi170 drive-push-pull;
183 drive-push-pull;
198 drive-push-pull;
209 drive-push-pull;
229 drive-push-pull;
376 drive-push-pull;
416 drive-push-pull;
429 drive-push-pull;
441 drive-push-pull;
H A Dstm32h743-pinctrl.dtsi200 drive-push-pull;
213 drive-push-pull;
241 drive-push-pull;
263 drive-push-pull;
276 drive-push-pull;
300 drive-push-pull;
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c51 _sema_init(&queue->push, 0); in vchiu_queue_init()
104 up(&queue->push); in vchiu_queue_push()
110 if (down_interruptible(&queue->push) != 0) { in vchiu_queue_peek()
115 up(&queue->push); // We haven't removed anything from the queue. in vchiu_queue_peek()
131 if (down_interruptible(&queue->push) != 0) { in vchiu_queue_pop()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c424 h2lcf->push = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
438 ngx_conf_merge_value(conf->push, prev->push, 1); in ngx_http_v2_merge_loc_conf()
440 if (conf->push && conf->pushes == NULL) { in ngx_http_v2_merge_loc_conf()
467 if (h2lcf->push == 0) { in ngx_http_v2_push()
471 h2lcf->push = 0; in ngx_http_v2_push()
475 if (h2lcf->push == 0) { in ngx_http_v2_push()
479 h2lcf->push = 1; in ngx_http_v2_push()
/f-stack/freebsd/mips/malta/
H A Dasm_malta.S50 .set push define
59 .set push define
/f-stack/freebsd/mips/include/
H A Dasm.h79 .set push; \
521 .set push; \
526 .set push; \
535 .set push; \
554 #define REG_PROLOGUE .set push
558 #define REG_PROLOGUE .set push ; .set mips3
569 .set push; \
578 .set push; \
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Daspeed-wdt.txt44 - aspeed,ext-push-pull: If aspeed,external-signal is present, set the pin's
45 drive type to push-pull. The default is open-drain.
47 is configured as push-pull, then set the pulse
/f-stack/tools/libxo/
H A DMakefile.am65 && git push origin gh-pages ) ; true
77 && git push origin gh-pages ) ; true
117 && git push origin gh-pages ) ; true
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt19 - smsc,irq-push-pull : Indicates the IRQ type is push-pull
42 smsc,irq-push-pull;
H A Dti,k3-am654-cpts.yaml20 - hardware timestamp push inputs (HWx_TS_PUSH)
25 - external hardware timestamp push inputs (HWx_TS_PUSH) timestamping
80 Number of hardware timestamp push inputs (HWx_TS_PUSH)
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c162 push eax in _sodium_runtime_intel_cpu_features()
163 push ecx in _sodium_runtime_intel_cpu_features()
164 push edx in _sodium_runtime_intel_cpu_features()
/f-stack/freebsd/i386/linux/
H A Dlinux_locore.asm20 push %eax
37 push %eax
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_locore.asm27 push %eax
44 push %eax
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst47 lock-free property means that multiple threads can push and pop simultaneously,
48 and one thread being preempted/delayed in a push or pop operation will not
51 The lock-free push operation enqueues a linked list of pointers by pointing the
85 modification counter that is updated on every push and pop as part of the
/f-stack/freebsd/mips/mips/
H A Dlocore.S153 .set push define
165 .set push define
/f-stack/freebsd/mips/cavium/
H A Docteon_nmi.S37 .set push define
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186-p3310.dtsi264 drive-push-pull = <1>;
270 drive-push-pull = <0>;
276 drive-push-pull = <1>;
282 drive-push-pull = <0>;
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac_mii_acc.h54 #pragma pack(push,1)
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_dpmng_cmd.h21 #pragma pack(push, 1)
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-mt65xx.txt34 - mediatek,use-push-pull: IO config use push-pull mode.

12345678