Home
last modified time | relevance | path

Searched refs:CAT (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dmachvec_impl.h43 #define CAT(x,y) CAT1(x,y) macro
76 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
77 .iack_sc = CAT(UP,_IACK_SC), \
78 .mv_ioread8 = CAT(low,_ioread8), \
79 .mv_ioread16 = CAT(low,_ioread16), \
80 .mv_ioread32 = CAT(low,_ioread32), \
81 .mv_ioread64 = CAT(low,_ioread64), \
82 .mv_iowrite8 = CAT(low,_iowrite8), \
83 .mv_iowrite16 = CAT(low,_iowrite16), \
84 .mv_iowrite32 = CAT(low,_iowrite32), \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dquote_cctype.patch7 …c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(C…
8 @echo Rebuilding c-client for `$(CAT) OSTYPE`...
10 - $(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
11 + $(CD) c-client;$(MAKE) all CC="`$(CAT) CCTYPE`" \
12 CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
H A Dimap-2007e-shared.patch35 @$(CAT) ARCHIVE
39 - `$(CAT) CCTYPE` -c `$(CAT) CFLAGS` $*.c
45 + $(CC) -fPIC -DPIC -D_REENTRANT -c `$(CAT) CFLAGS` ${@:.so=.c} -o $@
48 + $(CC) -fPIC -DPIC -D_REENTRANT -c `$(CAT) CFLAGS` $*.c
68 + $(CC) -fPIC -DPIC -D_REENTRANT `$(CAT) CFLAGS` `$(CAT) OSCFLAGS` -c osdep.c
74 @echo or build with command: make `$(CAT) OSTYPE` SSLTYPE=none
75 - `$(CAT) CCTYPE` -c `$(CAT) CFLAGS` `$(CAT) OSCFLAGS` -c osdep.c
79 + $(CC) -fPIC -DPIC -D_REENTRANT `$(CAT) CFLAGS` `cat OSCFLAGS` -c osdep.c -o $@
82 $(CAT) osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c
/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/
H A Dsmack_test_file_access.sh7 CAT=`which cat`
20 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file 2>&1 1>/dev/null | grep -q "Permission denied…
28 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$?
39 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$?
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dcpus.txt20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c218 #define CAT(a, b) CAT_HELPER(a, b) macro
220 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev))
222 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h19 #ifndef CAT
25 #define CAT(str1, str2) __CAT(str1, str2) macro
/openbmc/linux/Documentation/arch/x86/
H A Dresctrl.rst22 CAT (Cache Allocation Technology) "cat_l3", "cat_l2"
634 CAT enables a user to specify the amount of cache space that an
648 - Create a CAT allocation CLOSNEW with a CBM matching the schemata
650 memory. This region must not overlap with any current CAT allocation/CLOS
661 any CAT allocation. Even though the cache pseudo-locked region will from
669 in the cache via carefully configuring the CAT feature and controlling
896 For the same 2 socket system with memory b/w resource and CAT L3 the
952 In this example a new exclusive resource group will be created on a L2 CAT
1307 Example 3 (Monitor without CAT support or before creating CAT groups)
1310 Assume a system like HSW has only CQM and no CAT support. In this case
/openbmc/linux/arch/mips/boot/compressed/
H A DMakefile186 quiet_cmd_its_cat = CAT $@
/openbmc/linux/arch/mips/boot/
H A DMakefile117 quiet_cmd_its_cat = CAT $@
/openbmc/u-boot/arch/arm/mach-imx/
H A DMakefile188 quiet_cmd_pad_cat = CAT $@
/openbmc/u-boot/scripts/
H A DMakefile.spl240 quiet_cmd_cat = CAT $@
/openbmc/u-boot/
H A DMakefile913 quiet_cmd_cat = CAT $@
918 quiet_cmd_pad_cat = CAT $@