Searched refs:CAT (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/alpha/kernel/ |
| A D | machvec_impl.h | 43 #define CAT(x,y) CAT1(x,y) macro 58 .iack_sc = CAT(UP,_IACK_SC), \ 67 .mv_readb = CAT(low,_readb), \ 68 .mv_readw = CAT(low,_readw), \ 69 .mv_readl = CAT(low,_readl), \ 70 .mv_readq = CAT(low,_readq), \ 71 .mv_writeb = CAT(low,_writeb), \ 72 .mv_writew = CAT(low,_writew), \ 73 .mv_writel = CAT(low,_writel), \ 74 .mv_writeq = CAT(low,_writeq), \ [all …]
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| A D | cpus.txt | 20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
|
| /linux/tools/testing/selftests/kvm/aarch64/ |
| 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/ |
| A D | Makefile | 15 quiet_cmd_gen_fortify_log = CAT $@
|
| /linux/arch/mips/boot/compressed/ |
| A D | Makefile | 180 quiet_cmd_its_cat = CAT $@
|
| /linux/arch/mips/boot/ |
| A D | Makefile | 117 quiet_cmd_its_cat = CAT $@
|
| /linux/Documentation/arch/x86/ |
| 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
|
Completed in 18 milliseconds