Home
last modified time | relevance | path

Searched full:pop (Results 1 – 25 of 1217) sorted by relevance

12345678910>>...49

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h137 #pragma pack(pop)
143 #pragma pack(pop)
149 #pragma pack(pop)
157 #pragma pack(pop)
163 #pragma pack(pop)
169 #pragma pack(pop)
179 #pragma pack(pop)
187 #pragma pack(pop)
194 #pragma pack(pop)
215 #pragma pack(pop)
[all …]
H A Dsvga3d_cmd.h340 #pragma pack(pop)
346 #pragma pack(pop)
357 #pragma pack(pop)
370 #pragma pack(pop)
376 #pragma pack(pop)
382 #pragma pack(pop)
388 #pragma pack(pop)
399 #pragma pack(pop)
418 #pragma pack(pop)
425 #pragma pack(pop)
[all …]
H A Dsvga_reg.h245 #pragma pack(pop)
252 #pragma pack(pop)
312 #pragma pack(pop)
364 #pragma pack(pop)
386 #pragma pack(pop)
393 #pragma pack(pop)
400 #pragma pack(pop)
513 #pragma pack(pop)
593 #pragma pack(pop)
633 #pragma pack(pop)
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S22 pop %rax
23 pop %rcx
24 pop %rdx
25 pop %rbx
26 pop %rbp
27 pop %rsi
28 pop %rdi
29 pop %r8
30 pop %r9
31 pop %r10
[all …]
H A Ducall.c33 "pop %%rdi\n\t" in ucall_arch_do_ucall()
34 "pop %%rdx\n\t" in ucall_arch_do_ucall()
35 "pop %%rbx\n\t" in ucall_arch_do_ucall()
36 "pop %%r12\n\t" in ucall_arch_do_ucall()
37 "pop %%r13\n\t" in ucall_arch_do_ucall()
38 "pop %%r14\n\t" in ucall_arch_do_ucall()
39 "pop %%r15\n\t" in ucall_arch_do_ucall()
40 "pop %%rbp\n\t" in ucall_arch_do_ucall()
/openbmc/linux/arch/arc/include/asm/
H A Dentry.h44 .macro POP reg
49 POP r9
74 POP r12
75 POP r11
76 POP r10
77 POP r9
78 POP r8
79 POP r7
80 POP r6
81 POP r5
[all …]
/openbmc/linux/arch/x86/xen/
H A Dxen-head.S113 pop %edi
114 pop %esi
115 pop %edx
116 pop %ecx
117 pop %ebx
118 pop %eax
123 pop %rax /* Dummy pop. */
125 pop %r8
126 pop %r9
127 pop %r10
[all …]
H A Dxen-asm.S44 pop %r11
45 pop %rcx
74 pop %r11
75 pop %r10
76 pop %r9
77 pop %r8
78 pop %rdi
79 pop %rsi
80 pop %rdx
81 pop %rcx
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dvlan.json4 "name": "Add vlan pop action with pipe opcode",
17 "cmdUnderTest": "$TC actions add action vlan pop pipe index 8",
20 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref",
28 "name": "Add vlan pop action with pass opcode",
41 "cmdUnderTest": "$TC actions add action vlan pop pass index 8",
44 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref",
52 "name": "Add vlan pop action with drop opcode",
65 "cmdUnderTest": "$TC actions add action vlan pop drop index 8",
68 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref",
76 "name": "Add vlan pop action with reclassify opcode",
[all …]
H A Dmpls.json330 "name": "Add mpls pop action with ip proto",
343 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4",
346 "matchPattern": "action order [0-9]+: mpls.*pop.*protocol.*ip.*pipe",
354 "name": "Add mpls pop action with ip proto and cookie",
367 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 cookie 12345678",
370 … "matchPattern": "action order [0-9]+: mpls.*pop.*protocol.*ip.*pipe.*ref 1.*cookie 12345678",
378 "name": "Add mpls pop action with mpls proto",
391 "cmdUnderTest": "$TC actions add action mpls pop protocol mpls_mc",
394 "matchPattern": "action order [0-9]+: mpls.*pop.*protocol.*mpls_mc.*pipe",
402 "name": "Add mpls pop action with no protocol (invalid)",
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py147 self.type = kw.pop("type", None)
158 self.value = kw.pop("value")
159 self.decorators = kw.pop("decorators", [])
181 self.value = kw.pop("value")
182 self.decorators = kw.pop("decorators", [])
200 self.op = kw.pop("op")
201 self.bound = kw.pop("bound")
202 self.decorators = kw.pop("decorators", [])
238 """Pop the configfile/class/subclass keywords."""
240 self.configfile = kw.pop("configfile")
[all …]
/openbmc/linux/arch/x86/kvm/svm/
H A Dvmenter.S177 /* Pop @svm to RAX while it's the only available register. */
178 pop %_ASM_AX
206 pop %_ASM_AX
253 /* "Pop" @spec_ctrl_intercepted. */
254 pop %_ASM_BX
256 pop %_ASM_BX
259 pop %r12
260 pop %r13
261 pop %r14
262 pop %r15
[all …]
/openbmc/sdbusplus/tools/sdbusplus/
H A Devent.py13 self.primary = kwargs.pop("primary", False)
20 self.description = kwargs.pop("description", False)
21 self.message = kwargs.pop("message")
22 self.resolution = kwargs.pop("resolution", False)
27 self.is_error = kwargs.pop("is_error", False)
28 self.deprecated = kwargs.pop("deprecated", None)
29 self.errno = kwargs.pop("errno", "EIO")
30 self.redfish_map = kwargs.pop("redfish-mapping", None)
33 key: EventLanguage(**kwargs.pop(key, {})) for key in ["en"]
42 EventMetadata(**n) for n in kwargs.pop("metadata", [])
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dasmmacro.h105 .set pop
129 .set pop
164 .set pop
188 .set pop
249 .set pop
258 .set pop
267 .set pop
276 .set pop
285 .set pop
294 .set pop
[all …]
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmenter.S63 pop %_ASM_BP
206 pop VCPU_RAX(%_ASM_AX)
229 pop %_ASM_AX
273 pop %_ASM_ARG2 /* @flags */
274 pop %_ASM_ARG1 /* @vmx */
283 pop %_ASM_BX
285 pop %r12
286 pop %r13
287 pop %r14
288 pop %r15
[all …]
/openbmc/linux/arch/x86/um/
H A Dstub_64.S27 pop %rax
30 pop %rdi
31 pop %rsi
32 pop %rdx
33 pop %r10
34 pop %r8
35 pop %r9
41 pop %rcx
H A Dstub_32.S29 pop %eax
32 pop %ebx
33 pop %ecx
34 pop %edx
35 pop %esi
36 pop %edi
37 pop %ebp
47 pop %ebx
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dkernel.fuc82 pop $r13
106 pop $r8
107 pop $r9
132 pop $r8
133 pop $r9
218 pop $r12
229 pop $r8
231 pop $r15
232 pop $r14
233 pop $r13
[all …]
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py91 self.namespace = kw.pop("namespace", [])
161 self.type = kw.pop("type", None)
172 self.value = kw.pop("value")
173 self.decorators = kw.pop("decorators", [])
193 self.values = kw.pop("values")
220 self.namespace = kw.pop("namespace", [])
221 self.templates = kw.pop("templates", [])
222 self.args = kw.pop("args", [])
240 kw["args"] = [InitializerList(values=kw.pop("args"))]
282 for path, interfaces in kw.pop("objs").items():
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py105 """Pop the class keyword."""
107 self.cls = kw.pop("class")
128 kw.pop("type")
129 self.policy = kw.pop("policy")
142 self.key = kw.pop("key")
143 self.physpath = kw.pop("physpath")
144 self.devpath = kw.pop("devpath")
159 self.sensors = kw.pop("sensors")
174 kw.pop("type", None)
175 self.fan = kw.pop("fan")
[all …]
/openbmc/linux/tools/testing/selftests/sgx/
H A Dcall.S33 pop %rbx
35 pop %r12
37 pop %r13
39 pop %r14
41 pop %r15
/openbmc/openbmc-test-automation/lib/
H A Dredfish_plus.py118 timeout = kwargs.pop("timeout", 30)
120 max_retry = kwargs.pop("max_retry", 10)
122 valid_status_codes = kwargs.pop("valid_status_codes", [200])
180 cert_dict = kwargs.pop("certificate", {"certificate_name": VALID_CERT})
195 cert_dict = kwargs.pop("certificate", {"certificate_name": VALID_CERT})
196 body = kwargs.pop("body", {})
210 cert_dict = kwargs.pop("certificate", {"certificate_name": VALID_CERT})
211 body = kwargs.pop("body", {})
225 cert_dict = kwargs.pop("certificate", {"certificate_name": VALID_CERT})
238 cert_dict = kwargs.pop("certificate", {"certificate_name": VALID_CERT})
[all …]
/openbmc/qemu/common-user/host/i386/
H A Dsafe-syscall.inc.S86 pop %ebx
90 pop %edi
93 pop %esi
96 pop %ebp
111 1: pop %ebx
114 pop %edi
117 pop %esi
120 pop %ebp
/openbmc/qemu/pc-bios/optionrom/
H A Dkvmvapic.S20 pop %es
26 pop %es
116 pop %ecx
212 pop %ebx
213 pop %edx
214 pop %ecx
215 pop %eax
306 pop %ebx
307 pop %eax
/openbmc/rest-dbus/
H A Drest-dbus227 self.bus_name = parts.pop(0)
237 bus_name = parts.pop(0)
248 object_path += '/' + parts.pop(0)
255 interface_name = parts.pop(0)
259 property_name = parts.pop(0)
272 action = parts.pop(0)
309 action = parts.pop(0)
313 busfn = busses.get(parts.pop(0), None)
322 bus_name = parts.pop(0)
333 object_path += '/' + parts.pop(0)
[all …]

12345678910>>...49