/openbmc/linux/arch/arm/mach-omap2/ |
H A D | cm_common.c | 177 * @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 D | cm.h | 74 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 D | arm,pl11x.yaml | 97 - 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 D | pcbios.c | 100 __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 D | head_32.S | 86 cld 103 cld 145 cld 323 cld 329 cld 373 cld
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | apm.h | 32 * 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 D | string.c | 27 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 D | head_32.S | 47 cld 121 cld
|
H A D | head_64.S | 90 cld 298 cld 433 cld
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | resetvec.S | 17 cld
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | freshclam.conf | 81 # 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 D | freshclam-native.conf | 81 # 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 D | bioscall.S | 58 cld
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | posix_types.h | 77 __asm__ __volatile__("cld ; rep ; stosl" \
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64_compat.S | 91 cld 167 * (so CLD and CLAC are not needed). SYSCALL does not save anything on
|
H A D | entry_64.S | 64 * 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 D | entry_32.S | 206 cld 434 cld 539 cld 594 cld 625 cld
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | userspace_io_test.c | 22 asm volatile("cld; rep; insb" : "+D"(buffer), "+c"(count) : "d"(0x80) : "memory"); in guest_ins_port80()
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vsgx.S | 125 cld
|
/openbmc/linux/arch/x86/lib/ |
H A D | usercopy_32.c | 142 " cld\n" in __copy_user_intel() 244 " cld\n" in __copy_user_intel_nocache()
|
H A D | memmove_32.S | 105 cld
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | wakeup_asm.S | 42 cld
|
/openbmc/linux/arch/x86/xen/ |
H A D | xen-head.S | 30 cld
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 81 __asm__("call *(%%edi); cld" in xo1_do_sleep()
|
/openbmc/linux/arch/x86/platform/pvh/ |
H A D | head.S | 54 cld
|