Home
last modified time | relevance | path

Searched full:cld (Results 1 – 25 of 73) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dcm_common.c190 * @cld: low-level per-SoC OMAP CM data & function pointers to register
194 * pointed to by @cld valid until it calls cm_unregister() and
195 * it returns successfully. Returns 0 upon success, -EINVAL if @cld
199 int cm_register(const struct cm_ll_data *cld) in cm_register() argument
201 if (!cld) in cm_register()
207 cm_ll_data = cld; in cm_register()
214 * @cld: low-level per-SoC OMAP CM data & function pointers to unregister
218 * caller may not destroy any of the data pointed to by @cld until
220 * -EINVAL if @cld is NULL or if @cld does not match the struct
223 int cm_unregister(const struct cm_ll_data *cld) in cm_unregister() argument
[all …]
Dcm.h75 extern int cm_register(const struct cm_ll_data *cld);
76 extern int cm_unregister(const struct cm_ll_data *cld);
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
Dcm_common.c177 * @cld: low-level per-SoC OMAP CM data & function pointers to register
181 * pointed to by @cld valid until it calls cm_unregister() and
182 * it returns successfully. Returns 0 upon success, -EINVAL if @cld
186 int cm_register(const struct cm_ll_data *cld) in cm_register() argument
188 if (!cld) in cm_register()
194 cm_ll_data = cld; in cm_register()
201 * @cld: low-level per-SoC OMAP CM data & function pointers to unregister
205 * caller may not destroy any of the data pointed to by @cld until
207 * -EINVAL if @cld is NULL or if @cld does not match the struct
210 int cm_unregister(const struct cm_ll_data *cld) in cm_unregister() argument
[all …]
Dcm.h74 extern int cm_register(const struct cm_ll_data *cld);
75 extern int cm_unregister(const struct cm_ll_data *cld);
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/
Darm,pl11x.yaml97 - description: index of CLD pad used for first red bit (R0)
98 - description: index of CLD pad used for first green bit (G0)
99 - description: index of CLD pad used for first blue bit (G0)
103 CLD[23:0] pads are wired up.
104 The first value contains the index of the "CLD" external pin (pad)
/kernel/linux/linux-6.6/arch/x86/pci/
Dpcbios.c100 __asm__("lcall *(%%edi); cld" in bios32_service()
144 "lcall *(%%edi); cld\n\t" in check_pcibios()
211 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_read()
259 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_write()
373 "lcall *(%%esi); cld\n\t" in pcibios_get_irq_routing_table()
409 __asm__("lcall *(%%esi); cld\n\t" in pcibios_set_irq_routing()
/kernel/linux/linux-5.10/arch/x86/pci/
Dpcbios.c100 __asm__("lcall *(%%edi); cld" in bios32_service()
144 "lcall *(%%edi); cld\n\t" in check_pcibios()
211 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_read()
259 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_write()
373 "lcall *(%%esi); cld\n\t" in pcibios_get_irq_routing_table()
409 __asm__("lcall *(%%esi); cld\n\t" in pcibios_set_irq_routing()
/kernel/linux/linux-6.6/arch/x86/kernel/
Dhead_32.S86 cld
103 cld
145 cld
323 cld
329 cld
373 cld
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dapm.h32 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_asm()
56 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_simple_asm()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dapm.h32 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_asm()
56 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_simple_asm()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dhead_32.S86 cld
103 cld
164 cld
382 cld
388 cld
432 cld
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Darm,pl11x.txt49 defining the way CLD pads are wired up; first value
50 contains index of the "CLD" external pin (pad) used
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
Dhead_32.S47 cld
121 cld
Dhead_64.S90 cld
298 cld
433 cld
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dhead_32.S47 cld
134 cld
/kernel/linux/linux-6.6/arch/x86/boot/
Dbioscall.S58 cld
/kernel/linux/linux-5.10/arch/x86/boot/
Dbioscall.S58 cld
/kernel/linux/linux-5.10/arch/x86/entry/
Dentry_64_compat.S115 cld
184 * (so CLD and CLAC are not needed). SYSCALL does not save anything on
420 cld
/kernel/linux/linux-6.6/arch/x86/entry/
Dentry_64_compat.S91 cld
167 * (so CLD and CLAC are not needed). SYSCALL does not save anything on
Dentry_64.S64 * rflags gets masked by a value from another MSR (so CLD and CLAC
384 cld
453 cld
510 cld
574 cld
1187 cld
Dentry_32.S206 cld
434 cld
539 cld
594 cld
625 cld
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
Duserspace_io_test.c22 asm volatile("cld; rep; insb" : "+D"(buffer), "+c"(count) : "d"(0x80) : "memory"); in guest_ins_port80()
/kernel/linux/linux-5.10/arch/x86/xen/
Dxen-head.S27 cld
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
Dvsgx.S125 cld
/kernel/linux/linux-5.10/arch/x86/lib/
Dmmx_32.c352 "cld\n\t" in slow_zero_page()
374 "cld\n\t" in slow_copy_page()

123