Searched refs:CAT (Results 1 – 7 of 7) sorted by relevance
/linux/arch/alpha/kernel/ |
H A D | machvec_impl.h | 43 #define CAT(x,y) CAT1(x,y) macro 57 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \ 58 .iack_sc = CAT(UP,_IACK_SC), \ 59 .mv_ioread8 = CAT(low,_ioread8), \ 60 .mv_ioread16 = CAT(low,_ioread16), \ 61 .mv_ioread32 = CAT(low,_ioread32), \ 62 .mv_ioread64 = CAT(low,_ioread64), \ 63 .mv_iowrite8 = CAT(low,_iowrite8), \ 64 .mv_iowrite16 = CAT(low,_iowrite16), \ 65 .mv_iowrite32 = CAT(low,_iowrite32), \ [all …]
|
/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | cpus.txt | 20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
|
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_irq.c | 212 #define CAT(a, b) CAT_HELPER(a, b) macro 214 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev)) 216 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \
|
/linux/lib/test_fortify/ |
H A D | Makefile | 15 quiet_cmd_gen_fortify_log = CAT $@
|
/linux/arch/mips/boot/compressed/ |
H A D | Makefile | 180 quiet_cmd_its_cat = CAT $@
|
/linux/arch/mips/boot/ |
H A D | Makefile | 117 quiet_cmd_its_cat = CAT $@
|
/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 22 CAT (Cache Allocation Technology) "cat_l3", "cat_l2" 693 CAT enables a user to specify the amount of cache space that an 707 - Create a CAT allocation CLOSNEW with a CBM matching the schemata 709 memory. This region must not overlap with any current CAT allocation/CLOS 720 any CAT allocation. Even though the cache pseudo-locked region will from 728 in the cache via carefully configuring the CAT feature and controlling 955 For the same 2 socket system with memory b/w resource and CAT L3 the 1011 In this example a new exclusive resource group will be created on a L2 CAT 1366 Example 3 (Monitor without CAT support or before creating CAT groups) 1369 Assume a system like HSW has only CQM and no CAT support. In this case
|