Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/arm/mach-omap2/
H A 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 …]
H A Dcm.h74 extern int cm_register(const struct cm_ll_data *cld);
75 extern int cm_unregister(const struct cm_ll_data *cld);
/openbmc/linux/Documentation/devicetree/bindings/display/
H A 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)
/openbmc/linux/arch/x86/pci/
H A 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()
/openbmc/linux/arch/x86/kernel/
H A Dhead_32.S86 cld
103 cld
145 cld
323 cld
329 cld
373 cld
/openbmc/linux/arch/x86/include/asm/
H A 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()
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c27 asm volatile("cld"); in memset()
80 "cld\n" \
94 "cld\n" \
198 "cld\n\t" in memmove()
/openbmc/linux/arch/x86/boot/compressed/
H A Dhead_32.S47 cld
121 cld
H A Dhead_64.S90 cld
298 cld
433 cld
/openbmc/u-boot/arch/x86/cpu/
H A Dresetvec.S17 cld
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dfreshclam.conf81 # By default freshclam will keep the local databases (.cld) uncompressed to
98 # to download the CLD file. If that fails, it tries to download the
H A Dfreshclam-native.conf81 # By default freshclam will keep the local databases (.cld) uncompressed to
98 # to download the CLD file. If that fails, it tries to download the
/openbmc/linux/arch/x86/boot/
H A Dbioscall.S58 cld
/openbmc/u-boot/arch/x86/include/asm/
H A Dposix_types.h77 __asm__ __volatile__("cld ; rep ; stosl" \
/openbmc/linux/arch/x86/entry/
H A Dentry_64_compat.S91 cld
167 * (so CLD and CLAC are not needed). SYSCALL does not save anything on
H A 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
H A Dentry_32.S206 cld
434 cld
539 cld
594 cld
625 cld
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Duserspace_io_test.c22 asm volatile("cld; rep; insb" : "+D"(buffer), "+c"(count) : "d"(0x80) : "memory"); in guest_ins_port80()
/openbmc/linux/arch/x86/entry/vdso/
H A Dvsgx.S125 cld
/openbmc/linux/arch/x86/lib/
H A Dusercopy_32.c142 " cld\n" in __copy_user_intel()
244 " cld\n" in __copy_user_intel_nocache()
H A Dmemmove_32.S105 cld
/openbmc/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S42 cld
/openbmc/linux/arch/x86/xen/
H A Dxen-head.S30 cld
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c81 __asm__("call *(%%edi); cld" in xo1_do_sleep()
/openbmc/linux/arch/x86/platform/pvh/
H A Dhead.S54 cld

123