Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 25 of 111) sorted by relevance

12345

/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi_vdso_x86_64.S41 pop %rcx
53 pop %rcx
77 pop %rcx
90 pop %rsi
91 pop %rcx
110 pop %rcx
123 pop %rcx
136 pop %rcx
148 pop %rcx
166 pop %rcx
[all …]
H A Dcloudabi_vdso_i686_on_64bit.S54 pop %ebp
79 pop %ebp
97 pop %ebp
110 pop %ebp
129 pop %ebp
151 pop %ebp
164 pop %ebp
183 pop %ebp
212 pop %ebp
241 pop %ebp
[all …]
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_support.S40 #define VLEAVE pop %rbp
94 pop %rax /* pop guest context pointer from the stack */
132 pop %r15
133 pop %r14
134 pop %r13
135 pop %r12
136 pop %rbx
139 pop %rdx
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c50 _sema_init(&queue->pop, 0); in vchiu_queue_init()
83 if (down_interruptible(&queue->pop) != 0) { in vchiu_queue_push()
152 up(&queue->pop); in vchiu_queue_pop()
H A Dvchiq_util.h49 struct semaphore pop; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst16 * Push and pop a burst of one or more stack objects (pointers). These function
47 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
57 The lock-free pop operation first reserves one or more list elements by
84 both pop stale data and incorrect change the head pointer. By adding a
85 modification counter that is updated on every push and pop as part of the
/f-stack/freebsd/mips/malta/
H A Dasm_malta.S55 .set pop define
66 .set pop define
/f-stack/freebsd/mips/include/
H A Dasm.h92 .set pop;
524 .set pop
533 .set pop
542 .set pop
555 #define REG_EPILOGUE .set pop
559 #define REG_EPILOGUE .set pop
574 7: .set pop; \
583 c: .set pop; \
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-access-native.h576 uint32_t pop; in cvmx_pop() local
577 CVMX_POP(pop, val); in cvmx_pop()
578 return pop; in cvmx_pop()
592 int pop; in cvmx_dpop() local
593 CVMX_DPOP(pop, val); in cvmx_dpop()
594 return pop; in cvmx_dpop()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist.tcl421 foreach {pop} {BLPOP BRPOP} {
425 $rd $pop blist1 1
433 $rd $pop blist1 -1
439 $rd $pop blist1 1.1
447 $rd $pop blist1 0
457 $rd $pop blist1 blist2 1
461 test "$pop: timeout" {
464 $rd $pop blist1 blist2 1
468 test "$pop: arguments are empty" {
472 $rd $pop blist1 blist2 1
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c168 pop edx in _sodium_runtime_intel_cpu_features()
169 pop ecx in _sodium_runtime_intel_cpu_features()
170 pop eax in _sodium_runtime_intel_cpu_features()
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dtwl4030-audio.txt16 -ti,ramp_delay_value: HS ramp delay configuration to reduce pop noise
17 -ti,hs_extmute: Use external mute for HS pop reduction
/f-stack/freebsd/mips/mips/
H A Dlocore.S160 .set pop define
175 .set pop define
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dqcom,msm8916-wcd-analog.txt13 "cdc_spk_cnp_int" - Speaker click and pop interrupt.
25 "cdc_hphr_cnp_int" - hphr click and pop interrupt.
26 "cdc_hphl_cnp_int" - hphl click and pop interrupt.
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac_mii_acc.h69 #pragma pack(pop)
H A Dtgec_mii_acc.h76 #pragma pack(pop)
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_dpmng_cmd.h33 #pragma pack(pop)
H A Dfsl_dpcon_cmd.h74 #pragma pack(pop)
/f-stack/dpdk/drivers/bus/pci/windows/
H A Dpci_netuio.h38 #pragma pack(pop)
/f-stack/freebsd/mips/cavium/
H A Dasm_octeon.S43 .set pop define
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmap-atomic-args.m44 dnl # push/pop based dynamical allocation.
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h118 #pragma pack(pop)
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm_ipc.h118 #pragma pack(pop)
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_dsar.h388 #pragma pack(pop)
482 #pragma pack(pop)
/f-stack/app/micro_thread/
H A Dmt_notify.h264 _ptr_list.pop(); in ~CPtrPool()
273 _ptr_list.pop(); in AllocPtr()

12345