Searched refs:CAT (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/alpha/kernel/ |
D | machvec_impl.h | 45 #define CAT(x,y) CAT1(x,y) macro 78 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \ 79 .iack_sc = CAT(UP,_IACK_SC), \ 80 .mv_ioread8 = CAT(low,_ioread8), \ 81 .mv_ioread16 = CAT(low,_ioread16), \ 82 .mv_ioread32 = CAT(low,_ioread32), \ 83 .mv_iowrite8 = CAT(low,_iowrite8), \ 84 .mv_iowrite16 = CAT(low,_iowrite16), \ 85 .mv_iowrite32 = CAT(low,_iowrite32), \ 86 .mv_readb = CAT(low,_readb), \ [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cpus.txt | 20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
|
/Linux-v4.19/arch/mips/include/asm/ |
D | asm.h | 23 #ifndef CAT 29 #define CAT(str1, str2) __CAT(str1, str2) macro
|
/Linux-v4.19/Documentation/x86/ |
D | intel_rdt_ui.txt | 12 CAT (Cache Allocation Technology) - "cat_l3", "cat_l2" 429 CAT enables a user to specify the amount of cache space that an 442 - Create a CAT allocation CLOSNEW with a CBM matching the schemata 444 memory. This region must not overlap with any current CAT allocation/CLOS 455 any CAT allocation. Even though the cache pseudo-locked region will from 463 in the cache via carefully configuring the CAT feature and controlling 668 For the same 2 socket system with memory b/w resource and CAT L3 the 722 In this example a new exclusive resource group will be created on a L2 CAT 1062 Example 3 (Monitor without CAT support or before creating CAT groups) 1065 Assume a system like HSW has only CQM and no CAT support. In this case
|
/Linux-v4.19/arch/mips/boot/ |
D | Makefile | 117 quiet_cmd_its_cat = CAT $@
|