Home
last modified time | relevance | path

Searched refs:excl (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/
H A Dmte-3.c20 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 Dmte-2.c20 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 Dmte-5.c20 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 Dmte-6.c25 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 Dmte-4.c32 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 Du-boot-spl.lds63 .stab.excl 0 : { *(.stab.excl) }
H A Du-boot.lds85 .stab.excl 0 : { *(.stab.excl) }
/openbmc/u-boot/arch/nios2/cpu/
H A Du-boot.lds104 .stab.excl 0 : { *(.stab.excl) }
/openbmc/u-boot/include/linux/
H A Dioport.h140 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py350 for excl in exclude.split('|'):
351 if excl:
352 value = value.replace(excl, '')
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/
H A Dapache2_2.4.63.bb46 …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 Dsstate.bbclass1164 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]):