| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | mte-3.c | 20 long excl = 1; in main() local 26 asm("irg %0,%1,%2" : "=r"(p1) : "r"(p0), "r"(excl)); in main() 27 asm("gmi %0,%1,%0" : "+r"(excl) : "r" (p1)); in main() 28 assert(excl != 1); in main() 29 asm("irg %0,%1,%2" : "=r"(p2) : "r"(p0), "r"(excl)); in main()
|
| H A D | mte-2.c | 20 long excl = 1; in main() local 26 asm("irg %0,%1,%2" : "=r"(p1) : "r"(p0), "r"(excl)); in main() 27 asm("gmi %0,%1,%0" : "+r"(excl) : "r" (p1)); in main() 28 assert(excl != 1); in main() 29 asm("irg %0,%1,%2" : "=r"(p2) : "r"(p0), "r"(excl)); in main()
|
| H A D | mte-5.c | 20 long excl = 1; in main() local 26 asm("irg %0,%1,%2" : "=r"(p1) : "r"(p0), "r"(excl)); in main() 27 asm("gmi %0,%1,%0" : "+r"(excl) : "r" (p1)); in main() 28 assert(excl != 1); in main() 29 asm("irg %0,%1,%2" : "=r"(p2) : "r"(p0), "r"(excl)); in main()
|
| H A D | mte-6.c | 25 long excl = 1; in main() local 27 asm("irg %0,%1,%2" : "=r"(p1) : "r"(brk), "r"(excl)); in main() 28 asm("gmi %0,%1,%0" : "+r"(excl) : "r"(p1)); in main() 29 asm("irg %0,%1,%2" : "=r"(p2) : "r"(brk), "r"(excl)); in main()
|
| H A D | mte-4.c | 32 long excl = 1; in main() local 39 asm("irg %0,%1,%2" : "=r"(p1) : "r"(p0), "r"(excl)); in main()
|
| /openbmc/u-boot/arch/mips/cpu/ |
| H A D | u-boot-spl.lds | 63 .stab.excl 0 : { *(.stab.excl) }
|
| H A D | u-boot.lds | 85 .stab.excl 0 : { *(.stab.excl) }
|
| /openbmc/u-boot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 104 .stab.excl 0 : { *(.stab.excl) }
|
| /openbmc/u-boot/include/linux/ |
| H A D | ioport.h | 140 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data.py | 350 for excl in exclude.split('|'): 351 if excl: 352 value = value.replace(excl, '')
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/ |
| H A D | apache2_2.4.63.bb | 46 …urrent version is not affected by the CVE which affects versions from 2.2 (incl.) to 2.2.8 (excl.)" 47 …urrent version is not affected by the CVE which affects versions from 2.2 (incl.) to 2.2.8 (excl.)" 49 …correct: The current version is not affected by the CVE which affects versions up to 2.2.6 (excl.)"
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sstate.bbclass | 1164 for excl in (d.getVar('SSTATE_EXCLUDEDEPS_SYSROOT') or "").split(): 1165 … excludedeps.append((re.compile(excl.split('->', 1)[0]), re.compile(excl.split('->', 1)[1]))) 1167 for excl in excludedeps: 1168 if excl[0].match(taskdependees[dep][0]): 1169 if excl[1].match(taskdependees[task][0]):
|