| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | smap.h | 14 #include <asm/alternative.h> 25 ALTERNATIVE "", __ASM_CLAC, X86_FEATURE_SMAP 28 ALTERNATIVE "", __ASM_STAC, X86_FEATURE_SMAP 43 /* Note: a barrier is implicit in alternative() */ in clac() 44 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac() 49 /* Note: a barrier is implicit in alternative() */ in stac() 50 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac() 58 ALTERNATIVE("jmp 1f", "", X86_FEATURE_SMAP) in smap_save() 69 ALTERNATIVE("jmp 1f", "", X86_FEATURE_SMAP) in smap_restore() 77 ALTERNATIVE("", __ASM_CLAC, X86_FEATURE_SMAP) [all …]
|
| H A D | alternative.h | 17 * Alternative inline assembly for SMP. 27 * The SMP alternative tables can be kept after boot and contain both 71 * Debug flag that can be tested to see whether alternative 128 * Pad the second replacement alternative with additional NOPs if it is 129 * additionally longer than the first replacement alternative. 160 /* alternative assembly primitive: */ 161 #define ALTERNATIVE(oldinstr, newinstr, feature) \ macro 200 * Alternative instructions for different CPU types or capabilities. 211 #define alternative(oldinstr, newinstr, feature) \ macro 212 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory") [all …]
|
| H A D | barrier.h | 5 #include <asm/alternative.h> 15 #define mb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "mfence", \ 17 #define rmb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "lfence", \ 19 #define wmb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "sfence", \ 52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | altnames.sh | 21 check_err $? "Failed to add short alternative name" 24 check_err $? "Failed to do link show with short alternative name" 27 check_err $? "Failed to get short alternative name from link show JSON" 30 check_err $? "Got unexpected short alternative name from link show JSON" 36 check_err $? "Failed to add long alternative name" 39 check_err $? "Failed to do link show with long alternative name" 42 check_err $? "Failed to get long alternative name from link show JSON" 45 check_err $? "Got unexpected long alternative name from link show JSON" 48 check_err $? "Failed to delete short alternative name" 51 check_fail $? "Unexpected success while trying to do link show with deleted short alternative name"
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | cache.h | 9 #include <asm/alternative.h> 43 ALTERNATIVE(ALT_COND_NO_SMP, INSN_PxTLB) \ 46 ALTERNATIVE(ALT_COND_NO_SMP, INSN_PxTLB) \ 47 ALTERNATIVE(ALT_COND_NO_SPLIT_TLB, INSN_NOP) \ 50 ALTERNATIVE(ALT_COND_NO_SMP, INSN_PxTLB) \ 54 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \ 55 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) \ 58 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \ 59 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) :::"memory")
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | alternative-macros.h | 32 * alternative assembly primitive: 108 * Alternative sequences 122 * alternative sequence it is defined in (branches into an 123 * alternative sequence are not fixed up). 127 * Begin an alternative code sequence. 156 * Provide the other half of the alternative code sequence. 169 * Complete an alternative code sequence. 181 * Callback-based alternative epilogue 188 * Provides a trivial alternative or default sequence consisting solely 209 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature)); [all …]
|
| H A D | irqflags.h | 8 #include <asm/alternative.h> 37 asm volatile(ALTERNATIVE( in arch_local_irq_enable() 56 asm volatile(ALTERNATIVE( in arch_local_irq_disable() 72 asm volatile(ALTERNATIVE( in arch_local_save_flags() 87 asm volatile(ALTERNATIVE( in arch_irqs_disabled_flags() 124 asm volatile(ALTERNATIVE( in arch_local_irq_restore()
|
| H A D | uaccess.h | 10 #include <asm/alternative.h> 50 asm(ALTERNATIVE("nop", SET_PSTATE_UAO(1), ARM64_HAS_UAO)); in set_fs() 52 asm(ALTERNATIVE("nop", SET_PSTATE_UAO(0), ARM64_HAS_UAO, in set_fs() 182 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(0), ARM64_HAS_PAN, in __uaccess_disable_hw_pan() 188 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(1), ARM64_HAS_PAN, in __uaccess_enable_hw_pan() 195 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(1), alt, \ 202 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(0), alt, \ 225 asm volatile(ALTERNATIVE("nop", SET_PSTATE_TCO(0), in __uaccess_disable_tco() 231 asm volatile(ALTERNATIVE("nop", SET_PSTATE_TCO(1), in __uaccess_enable_tco()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/ |
| H A D | inetutils_2.2.bb | 117 ALTERNATIVE:${PN} = "whois dnsdomainname" 122 ALTERNATIVE:${PN}-logger = "logger" 123 ALTERNATIVE:${PN}-syslogd = "syslogd" 126 ALTERNATIVE:${PN}-ftp = "ftp" 127 ALTERNATIVE:${PN}-ftpd = "ftpd" 128 ALTERNATIVE:${PN}-tftp = "tftp" 129 ALTERNATIVE:${PN}-tftpd = "tftpd" 133 ALTERNATIVE:${PN}-telnet = "telnet" 134 ALTERNATIVE:${PN}-telnetd = "telnetd" 138 ALTERNATIVE:${PN}-inetd= "inetd" [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | alternative.h | 36 * | alternative instr 1 | 39 * | alternative instr 2 | padding 46 * | alternative instr | 108 /* alternative assembly primitive: */ 109 #define ALTERNATIVE(oldinstr, altinstr, facility) \ macro 130 * Alternative instructions for different CPU types or capabilities. 141 #define alternative(oldinstr, altinstr, facility) \ macro 142 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | places-backend.qdoc | 70 An alternative would have been to declare a friend class in SearchReply. 115 \section2 Alternative Identifier Cross-Referencing 117 and this is typically handled via an alternative identifier attribute. The favorited place contain… 121 There are 3 prerequisites for implementing cross-referencing by alternative identifier. The first … 126 and set an alternative identifier attribute of the place to be saved. The key of the alternative i… 131 and the alternative identifier attribute key as the value, in this case \c x_id_<provider name> wou… 132 …laceMatchRequest should be matched against the \c x_id_<provider name> alternative identifier attr… 146 Generally however it is recommended that cross referencing be implemented via alternative identifie…
|
| /OK3568_Linux_fs/kernel/arch/x86/um/asm/ |
| H A D | barrier.h | 5 #include <asm/alternative.h> 14 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2) 15 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2) 16 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | alternative.hpp | 45 struct alternative : nary_parser<alternative<Elements> > struct 66 alternative(Elements const& elements_) in alternative() argument 85 info result("alternative"); in what() 99 : make_nary_composite<Elements, alternative> 107 struct has_semantic_action<qi::alternative<Elements> > 113 struct handles_container<qi::alternative<Elements>, Attribute, Context
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/ |
| H A D | procps_3.3.17.bb | 62 ALTERNATIVE:${PN} = "${bindir_progs} ${base_bindir_progs} ${base_sbindir_progs}" 64 ALTERNATIVE:${PN}-doc = "kill.1 uptime.1" 94 ALTERNATIVE:${PN}:remove = "ps" 95 ALTERNATIVE:${PN}:remove = "sysctl" 97 ALTERNATIVE:${PN}-ps = "ps" 101 ALTERNATIVE:${PN}-sysctl = "sysctl"
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/ |
| H A D | calling.h | 188 ALTERNATIVE "", "SET_NOFLUSH_BIT \reg", X86_FEATURE_PCID 194 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 205 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 208 ALTERNATIVE "jmp .Lwrcr3_\@", "", X86_FEATURE_PCID 245 ALTERNATIVE "jmp .Ldone_\@", "", X86_FEATURE_PTI 263 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 265 ALTERNATIVE "jmp .Lwrcr3_\@", "", X86_FEATURE_PCID 327 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_KERNEL_IBRS 356 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_KERNEL_IBRS 384 ALTERNATIVE "", "lfence", X86_FEATURE_FENCE_SWAPGS_USER [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | rsa_internal.h | 8 * compilation unit in order to make it easy for designers of alternative RSA 13 * End-users of Mbed TLS who are not providing their own alternative RSA 78 * an RSA context. Alternative implementations need not 106 * an RSA context. Alternative implementations need not 132 * an RSA context. Alternative implementations need not 157 * an RSA context. Alternative implementations need not 193 * an RSA context. Alternative implementations need not
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | rsa_internal.h | 8 * compilation unit in order to make it easy for designers of alternative RSA 13 * End-users of Mbed TLS who are not providing their own alternative RSA 78 * an RSA context. Alternative implementations need not 106 * an RSA context. Alternative implementations need not 132 * an RSA context. Alternative implementations need not 157 * an RSA context. Alternative implementations need not 193 * an RSA context. Alternative implementations need not
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | rsa_internal.h | 8 * compilation unit in order to make it easy for designers of alternative RSA 13 * End-users of Mbed TLS who are not providing their own alternative RSA 78 * an RSA context. Alternative implementations need not 106 * an RSA context. Alternative implementations need not 132 * an RSA context. Alternative implementations need not 157 * an RSA context. Alternative implementations need not 193 * an RSA context. Alternative implementations need not
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | rsa_internal.h | 8 * compilation unit in order to make it easy for designers of alternative RSA 13 * End-users of Mbed TLS who are not providing their own alternative RSA 78 * an RSA context. Alternative implementations need not 106 * an RSA context. Alternative implementations need not 132 * an RSA context. Alternative implementations need not 157 * an RSA context. Alternative implementations need not 193 * an RSA context. Alternative implementations need not
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tar/ |
| H A D | tar_1.34.bb | 55 ALTERNATIVE:${PN} = "tar" 56 ALTERNATIVE:${PN}-rmt = "rmt" 57 ALTERNATIVE:${PN}:class-nativesdk = "" 58 ALTERNATIVE:${PN}-rmt:class-nativesdk = ""
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | update-alternatives.bbclass | 9 # ALTERNATIVE:<pkg> = "name1 name2 name3 ..." 11 # i.e. ALTERNATIVE:busybox = "sh sed test bracket" 47 # the need to rename alternative files in the do_install step, but still 66 UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY" 159 for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split(): 190 …bb.warn("%s: alternative target (%s or %s) does not exist, skipping..." % (pn, alt_target, alt_tar… 236 for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split(): 254 … bb.warn('%s: NOT adding alternative provide %s: %s does not exist' % (pn, alt_link, alt_target)) 310 for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split():
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | pacache.S | 26 #include <asm/alternative.h> 106 ALTERNATIVE(88b, fitdone, ALT_COND_NO_SPLIT_TLB, INSN_NOP) 244 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_ICACHE, INSN_NOP) 306 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 570 ALTERNATIVE(0b, 0b+4, ALT_COND_NO_SMP, INSN_PxTLB) 571 ALTERNATIVE(1b, 1b+4, ALT_COND_NO_SMP, INSN_PxTLB) 709 ALTERNATIVE(0b, 0b+4, ALT_COND_NO_SMP, INSN_PxTLB) 785 ALTERNATIVE(0b, 0b+4, ALT_COND_NO_SMP, INSN_PxTLB) 817 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 844 ALTERNATIVE(0b, 0b+4, ALT_COND_NO_SMP, INSN_PxTLB) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
| H A D | 0001-exception_handler.cc-Match-the-types-for-SIGSTKSZ.patch | 25 // the alternative stack. Ensure that the size of the alternative stack is 30 // Only set an alternative stack if there isn't already one, or if the current
|
| /OK3568_Linux_fs/buildroot/package/google-breakpad/ |
| H A D | 0004-Fix-for-non-constant-SIGSTKSZ.patch | 28 // the alternative stack. Ensure that the size of the alternative stack is 33 // Only set an alternative stack if there isn't already one, or if the current
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/esmtp/ |
| H A D | esmtp_1.2.bb | 23 ALTERNATIVE:${PN} = "sendmail mailq newaliases" 25 ALTERNATIVE:${PN}:linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" 35 ALTERNATIVE:${PN}-doc += "mailq.1 newaliases.1 sendmail.1"
|