Searched refs:_n (Results 1 – 4 of 4) sorted by relevance
| /arch/mips/include/asm/sn/ |
| A 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 160 #define NODE_RBOOT_BASE(_n) (NODE_HSPEC_BASE(_n) + 0x30000000) argument [all …]
|
| A 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/powerpc/mm/ptdump/ |
| A 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/ |
| A D | pt.c | 47 #define PT_CAP(_n, _l, _r, _m) \ argument 48 [PT_CAP_ ## _n] = { .name = __stringify(_n), .leaf = _l, \
|
Completed in 17 milliseconds