Searched refs:_n (Results 1 – 5 of 5) sorted by relevance
/arch/mips/include/asm/sn/ |
D | addrs.h | 39 #define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS) argument 41 #define NASID_GET_LOCAL(_n) ((_n) & 0xf) argument 58 #define NODE_OFFSET(_n) (UINT64_CAST (_n) << NODE_SIZE_BITS) argument 60 #define NODE_CAC_BASE(_n) (CAC_BASE + NODE_OFFSET(_n)) argument 61 #define NODE_HSPEC_BASE(_n) (HSPEC_BASE + NODE_OFFSET(_n)) argument 62 #define NODE_IO_BASE(_n) (IO_BASE + NODE_OFFSET(_n)) argument 63 #define NODE_MSPEC_BASE(_n) (MSPEC_BASE + NODE_OFFSET(_n)) argument 64 #define NODE_UNCAC_BASE(_n) (UNCAC_BASE + NODE_OFFSET(_n)) argument 66 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) argument 67 #define TO_NODE_CAC(_n, _x) (NODE_CAC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument [all …]
|
D | klconfig.h | 183 #define KL_CONFIG_CH_MALLOC_HDR(_n) PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n)) argument 188 #define KL_CONFIG_CH_CONS_INFO(_n) PTR_CH_CONS_INFO(KL_CONFIG_HDR(_n)) argument
|
/arch/x86/include/asm/ |
D | rmwcc.h | 6 #define __RMWcc_ARGS(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _n, X...) _n argument
|
/arch/powerpc/mm/ptdump/ |
D | bats.c | 58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
|
/arch/x86/events/intel/ |
D | pt.c | 45 #define PT_CAP(_n, _l, _r, _m) \ argument 46 [PT_CAP_ ## _n] = { .name = __stringify(_n), .leaf = _l, \
|