/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | mcs_reg.h | 14 #define MCSX_MCS_TOP_SLAVE_PORT_RESET(a) ({ \ argument 24 #define MCSX_MCS_TOP_SLAVE_CHANNEL_CFG(a) ({ \ argument 41 #define MCSX_MIL_RX_LMACX_CFG(a) ({ \ argument 58 #define MCSX_LINK_LMACX_CFG(a) ({ \ argument 84 #define MCSX_PAB_RX_SLAVE_PORT_CFGX(a) ({ \ argument 101 #define MCSX_PEX_RX_SLAVE_RULE_ETYPE_CFGX(a) ({ \ argument 110 #define MCSX_PEX_RX_SLAVE_RULE_DAX(a) ({ \ argument 155 #define MCSX_PEX_RX_SLAVE_RULE_COMBO_ETX(a) ({ \ argument 189 #define MCSX_PEX_TX_SLAVE_RULE_DAX(a) ({ \ argument 406 #define MCSX_CPM_RX_SLAVE_SC_CAMX(a, b) ({ \ argument [all …]
|
A D | rvu_reg.h | 399 #define NIX_AF_LFX_CFG(a) (0x4000 | (a) << 17) argument 599 #define NPC_AF_KPUX_ENTRYX_CAMX(a, b, c) \ argument 601 #define NPC_AF_KPUX_ENTRYX_ACTION0(a, b) \ argument 603 #define NPC_AF_KPUX_ENTRYX_ACTION1(a, b) \ argument 693 #define NPC_AF_MATCH_STATX(a) ({ \ argument 714 #define NDC_AF_BP_TEST(a) (0x00200 | (a) << 3) argument 717 #define NDC_AF_HASHX(a) (0x00300 | (a) << 3) argument 718 #define NDC_AF_PORTX_RTX_RWX_REQ_PC(a, b, c) \ argument 722 #define NDC_AF_PORTX_RTX_RWX_LAT_PC(a, b, c) \ argument 724 #define NDC_AF_PORTX_RTX_CANT_ALLOC_PC(a, b) \ argument [all …]
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_reg.h | 50 #define RVU_VF_VFPF_MBOXX(a) (0x00 | (a) << 3) argument 56 #define RVU_VF_MSIX_VECX_ADDR(a) (0x000 | (a) << 4) argument 57 #define RVU_VF_MSIX_VECX_CTL(a) (0x008 | (a) << 4) argument 58 #define RVU_VF_MSIX_PBAX(a) (0xF0000 | (a) << 3) argument 142 #define NIX_AF_SMQX_CFG(a) (0x700 | (u64)(a) << 16) argument 145 #define NIX_AF_TL1X_CIR(a) (0xC20 | (u64)(a) << 16) argument 150 #define NIX_AF_TL2X_CIR(a) (0xE20 | (u64)(a) << 16) argument 151 #define NIX_AF_TL2X_PIR(a) (0xE30 | (u64)(a) << 16) argument 155 #define NIX_AF_TL3X_CIR(a) (0x1020 | (u64)(a) << 16) argument 156 #define NIX_AF_TL3X_PIR(a) (0x1030 | (u64)(a) << 16) argument [all …]
|
/linux/drivers/crypto/cavium/cpt/ |
A D | cpt_common.h | 49 #define CPTX_PF_MBOX_INTX(a, b) \ argument 51 #define CPTX_PF_MBOX_INT_W1SX(a, b) \ argument 53 #define CPTX_PF_MBOX_ENA_W1CX(a, b) \ argument 55 #define CPTX_PF_MBOX_ENA_W1SX(a, b) \ argument 61 #define CPTX_PF_GX_EN(a, b) \ argument 68 #define CPTX_PF_INST_LATENCY_PC(a) \ argument 83 #define CPTX_PF_EXE_DBG_CNTX(a, b) \ argument 92 #define CPTX_PF_QX_CTL(a, b) \ argument 94 #define CPTX_PF_QX_GMCTL(a, b) \ argument 96 #define CPTX_PF_QX_CTL2(a, b) \ argument [all …]
|
/linux/include/linux/ |
A D | skb_array.h | 32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() 37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full() 66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty() 76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty() 81 static inline bool skb_array_empty_bh(struct skb_array *a) in skb_array_empty_bh() 86 static inline bool skb_array_empty_irq(struct skb_array *a) in skb_array_empty_irq() 91 static inline bool skb_array_empty_any(struct skb_array *a) in skb_array_empty_any() 160 static inline int skb_array_peek_len(struct skb_array *a) in skb_array_peek_len() 170 static inline int skb_array_peek_len_bh(struct skb_array *a) in skb_array_peek_len_bh() 191 static inline void skb_array_unconsume(struct skb_array *a, in skb_array_unconsume() [all …]
|
A D | jiffies.h | 127 #define time_after(a,b) \ argument 138 #define time_before(a,b) time_after(b,a) argument 147 #define time_after_eq(a,b) \ argument 158 #define time_before_eq(a,b) time_after_eq(b,a) argument 168 #define time_in_range(a,b,c) \ argument 180 #define time_in_range_open(a,b,c) \ argument 198 #define time_after64(a,b) \ argument 212 #define time_before64(a,b) time_after64(b,a) argument 224 #define time_after_eq64(a,b) \ argument 238 #define time_before_eq64(a,b) time_after_eq64(b,a) argument [all …]
|
/linux/drivers/bus/mhi/host/ |
A D | trace.h | 20 #define mhi_state(a, b) TRACE_DEFINE_ENUM(MHI_STATE_##a); argument 21 #define mhi_state_end(a, b) TRACE_DEFINE_ENUM(MHI_STATE_##a); argument 28 #define mhi_state(a, b) { MHI_STATE_##a, b }, argument 29 #define mhi_state_end(a, b) { MHI_STATE_##a, b } argument 42 #define mhi_pm_state(a, b) { MHI_PM_STATE_##a, b }, argument 43 #define mhi_pm_state_end(a, b) { MHI_PM_STATE_##a, b } argument 48 #define mhi_ee(a, b) TRACE_DEFINE_ENUM(MHI_EE_##a); argument 49 #define mhi_ee_end(a, b) TRACE_DEFINE_ENUM(MHI_EE_##a); argument 56 #define mhi_ee(a, b) { MHI_EE_##a, b }, argument 57 #define mhi_ee_end(a, b) { MHI_EE_##a, b } argument [all …]
|
/linux/drivers/scsi/esas2r/ |
A D | esas2r_init.c | 46 static bool esas2r_initmem_alloc(struct esas2r_adapter *a, in esas2r_initmem_alloc() 75 static void esas2r_initmem_free(struct esas2r_adapter *a, in esas2r_initmem_free() 103 static bool alloc_vda_req(struct esas2r_adapter *a, in alloc_vda_req() 150 static int esas2r_map_regions(struct esas2r_adapter *a) in esas2r_map_regions() 264 struct esas2r_adapter *a; in esas2r_init_adapter() local 544 struct esas2r_adapter *a = esas2r_adapters[i]; in esas2r_kill_adapter() local 936 bool esas2r_check_adapter(struct esas2r_adapter *a) in esas2r_check_adapter() 1242 bool esas2r_init_msgs(struct esas2r_adapter *a) in esas2r_init_msgs() 1461 void esas2r_reset_adapter(struct esas2r_adapter *a) in esas2r_reset_adapter() 1468 void esas2r_reset_chip(struct esas2r_adapter *a) in esas2r_reset_chip() [all …]
|
A D | esas2r_int.c | 56 void esas2r_polled_interrupt(struct esas2r_adapter *a) in esas2r_polled_interrupt() 94 struct esas2r_adapter *a = (struct esas2r_adapter *)dev_id; in esas2r_interrupt() local 105 void esas2r_adapter_interrupt(struct esas2r_adapter *a) in esas2r_adapter_interrupt() 133 struct esas2r_adapter *a = (struct esas2r_adapter *)dev_id; in esas2r_msi_interrupt() local 306 void esas2r_do_deferred_processes(struct esas2r_adapter *a) in esas2r_do_deferred_processes() 388 void esas2r_process_adapter_reset(struct esas2r_adapter *a) in esas2r_process_adapter_reset() 446 static void esas2r_process_bus_reset(struct esas2r_adapter *a) in esas2r_process_bus_reset() 617 void esas2r_do_tasklet_tasks(struct esas2r_adapter *a) in esas2r_do_tasklet_tasks() 696 void esas2r_force_interrupt(struct esas2r_adapter *a) in esas2r_force_interrupt() 879 static void esas2r_check_req_rsp_sense(struct esas2r_adapter *a, in esas2r_check_req_rsp_sense() [all …]
|
A D | esas2r_disc.c | 83 void esas2r_disc_initialize(struct esas2r_adapter *a) in esas2r_disc_initialize() 146 void esas2r_disc_start_waiting(struct esas2r_adapter *a) in esas2r_disc_start_waiting() 158 void esas2r_disc_check_for_work(struct esas2r_adapter *a) in esas2r_disc_check_for_work() 196 void esas2r_disc_check_complete(struct esas2r_adapter *a) in esas2r_disc_check_complete() 311 bool esas2r_disc_start_port(struct esas2r_adapter *a) in esas2r_disc_start_port() 386 static bool esas2r_disc_continue(struct esas2r_adapter *a, in esas2r_disc_continue() 502 static void esas2r_disc_abort(struct esas2r_adapter *a, in esas2r_disc_abort() 687 static bool esas2r_disc_part_info(struct esas2r_adapter *a, in esas2r_disc_part_info() 1032 struct esas2r_adapter *a = sgc->adapter; in esas2r_disc_get_phys_addr() local 1044 static bool esas2r_disc_dev_remove(struct esas2r_adapter *a, in esas2r_disc_dev_remove() [all …]
|
A D | esas2r_ioctl.c | 70 struct esas2r_adapter *a; member 84 static void complete_fm_api_req(struct esas2r_adapter *a, in complete_fm_api_req() 183 static void complete_nvr_req(struct esas2r_adapter *a, in complete_nvr_req() 209 struct esas2r_adapter *a = bi->a; in handle_buffered_ioctl() local 295 static int smp_ioctl_callback(struct esas2r_adapter *a, in smp_ioctl_callback() 343 static bool csmi_ioctl_tunnel(struct esas2r_adapter *a, in csmi_ioctl_tunnel() 669 static bool hba_ioctl_tunnel(struct esas2r_adapter *a, in hba_ioctl_tunnel() 746 static int hba_ioctl_callback(struct esas2r_adapter *a, in hba_ioctl_callback() 1224 u8 handle_hba_ioctl(struct esas2r_adapter *a, in handle_hba_ioctl() 1271 struct esas2r_adapter *a; in esas2r_ioctl_handler() local [all …]
|
A D | esas2r_main.c | 353 struct esas2r_adapter *a; in esas2r_probe() local 823 struct esas2r_adapter *a = in esas2r_queuecommand() local 980 struct esas2r_adapter *a = in esas2r_eh_abort() local 1067 struct esas2r_adapter *a = in esas2r_host_bus_reset() local 1109 struct esas2r_adapter *a = in esas2r_dev_targ_reset() local 1280 bool esas2r_read_mem_block(struct esas2r_adapter *a, in esas2r_read_mem_block() 1576 void esas2r_kickoff_timer(struct esas2r_adapter *a) in esas2r_kickoff_timer() 1606 struct esas2r_adapter *a = fw_event->a; in esas2r_free_fw_event() local 1615 esas2r_fw_event_off(struct esas2r_adapter *a) in esas2r_fw_event_off() 1625 esas2r_fw_event_on(struct esas2r_adapter *a) in esas2r_fw_event_on() [all …]
|
/linux/drivers/acpi/acpica/ |
A D | acmacros.h | 398 #define ARGI_LIST1(a) (ARG_1(a)) argument 484 #define ASL_CV_LABEL_FILENODE(a) argument 485 #define ASL_CV_CAPTURE_COMMENTS_ONLY(a) argument 486 #define ASL_CV_CAPTURE_COMMENTS(a) argument 487 #define ASL_CV_TRANSFER_COMMENTS(a) argument 490 #define ASL_CV_SWITCH_FILES(a,b) argument 491 #define ASL_CV_CLEAR_OP_COMMENTS(a) argument 492 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) argument 493 #define ASL_CV_PRINT_ONE_COMMENT_LIST(a,b) argument 494 #define ASL_CV_FILE_HAS_SWITCHED(a) 0 argument [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-debug.h | 43 #define __IWL_ERR_DEV(d, mode, f, a...) \ argument 48 #define IWL_ERR_DEV(d, f, a...) \ argument 50 #define IWL_ERR(m, f, a...) \ argument 52 #define IWL_ERR_LIMIT(m, f, a...) \ argument 54 #define IWL_WARN(m, f, a...) \ argument 59 #define IWL_INFO(m, f, a...) \ argument 64 #define IWL_CRIT(m, f, a...) \ argument 193 #define IWL_DEBUG_DROP_LIMIT(p, f, a...) \ argument 197 #define IWL_DEBUG_RATE_LIMIT(p, f, a...) \ argument 199 #define IWL_DEBUG_ASSOC(p, f, a...) \ argument [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 322 #define ___PPC_RA(a) (((a) & 0x1f) << 16) argument 330 #define __PPC_RA(a) ___PPC_RA(__REG_##a) argument 331 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) argument 335 #define __PPC_XA(a) ((((a) & 0x1f) << 16) | (((a) & 0x20) >> 3)) argument 550 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) argument 569 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ argument 580 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) argument 582 #define PPC_RAW_SRDI(d, a, i) PPC_RAW_RLDICL(d, a, 64-(i), i) argument 624 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) argument 625 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) argument [all …]
|
/linux/arch/mips/include/asm/mach-generic/ |
A D | mangle-port.h | 30 # define ioswabb(a, x) (x) argument 31 # define __mem_ioswabb(a, x) (x) argument 32 # define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) argument 33 # define __mem_ioswabw(a, x) (x) argument 35 # define __mem_ioswabl(a, x) (x) argument 37 # define __mem_ioswabq(a, x) (x) argument 41 # define ioswabb(a, x) (x) argument 42 # define __mem_ioswabb(a, x) (x) argument 43 # define ioswabw(a, x) (x) argument 45 # define ioswabl(a, x) (x) argument [all …]
|
/linux/arch/microblaze/include/asm/ |
A D | io.h | 39 #define out_be16(a, v) __raw_writew((v), (a)) argument 41 #define in_be32(a) __raw_readl((const void __iomem __force *)(a)) argument 42 #define in_be16(a) __raw_readw(a) argument 44 #define writel_be(v, a) out_be32((__force unsigned *)a, v) argument 45 #define readl_be(a) in_be32((__force unsigned *)a) argument 48 #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)) argument 49 #define out_le16(a, v) __raw_writew(__cpu_to_le16(v), (a)) argument 51 #define in_le32(a) __le32_to_cpu(__raw_readl(a)) argument 52 #define in_le16(a) __le16_to_cpu(__raw_readw(a)) argument 55 #define out_8(a, v) __raw_writeb((v), (a)) argument [all …]
|
/linux/arch/sh/include/asm/ |
A D | addrspace.h | 24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) argument 30 #define P1SEGADDR(a) \ argument 32 #define P2SEGADDR(a) \ argument 34 #define P3SEGADDR(a) \ argument 36 #define P4SEGADDR(a) \ argument 42 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 43 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 44 #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 45 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 50 #define IS_29BIT(a) (((unsigned long)(a)) < 0x20000000) argument
|
/linux/fs/bcachefs/ |
A D | alloc_background.h | 35 static inline u8 alloc_gc_gen(struct bch_alloc_v4 a) in alloc_gc_gen() 93 static inline s64 bch2_bucket_sectors_total(struct bch_alloc_v4 a) in bch2_bucket_sectors_total() 98 static inline s64 bch2_bucket_sectors_dirty(struct bch_alloc_v4 a) in bch2_bucket_sectors_dirty() 103 static inline s64 bch2_bucket_sectors(struct bch_alloc_v4 a) in bch2_bucket_sectors() 111 struct bch_alloc_v4 a) in bch2_bucket_sectors_fragmented() 125 static inline s64 bch2_bucket_sectors_unstriped(struct bch_alloc_v4 a) in bch2_bucket_sectors_unstriped() 151 static inline u64 alloc_lru_idx_read(struct bch_alloc_v4 a) in alloc_lru_idx_read() 168 static inline u64 alloc_lru_idx_fragmentation(struct bch_alloc_v4 a, in alloc_lru_idx_fragmentation() 188 static inline u64 alloc_freespace_genbits(struct bch_alloc_v4 a) in alloc_freespace_genbits() 207 static inline unsigned alloc_v4_u64s(const struct bch_alloc_v4 *a) in alloc_v4_u64s() [all …]
|
/linux/kernel/bpf/ |
A D | tnum.c | 37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() 42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift() 62 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add() 74 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub() 86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and() 96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() 153 struct tnum tnum_cast(struct tnum a, u8 size) in tnum_cast() 160 bool tnum_is_aligned(struct tnum a, u64 size) in tnum_is_aligned() 167 bool tnum_in(struct tnum a, struct tnum b) in tnum_in() 195 struct tnum tnum_subreg(struct tnum a) in tnum_subreg() [all …]
|
/linux/include/net/tc_act/ |
A D | tc_skbedit.h | 29 #define to_skbedit(a) ((struct tcf_skbedit *)a) argument 32 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag) in is_tcf_skbedit_with_flag() 48 static inline bool is_tcf_skbedit_mark(const struct tc_action *a) in is_tcf_skbedit_mark() 53 static inline u32 tcf_skbedit_mark(const struct tc_action *a) in tcf_skbedit_mark() 65 static inline bool is_tcf_skbedit_ptype(const struct tc_action *a) in is_tcf_skbedit_ptype() 70 static inline u32 tcf_skbedit_ptype(const struct tc_action *a) in tcf_skbedit_ptype() 82 static inline bool is_tcf_skbedit_priority(const struct tc_action *a) in is_tcf_skbedit_priority() 87 static inline u32 tcf_skbedit_priority(const struct tc_action *a) in tcf_skbedit_priority() 98 static inline u16 tcf_skbedit_rx_queue_mapping(const struct tc_action *a) in tcf_skbedit_rx_queue_mapping() 110 static inline bool is_tcf_skbedit_queue_mapping(const struct tc_action *a) in is_tcf_skbedit_queue_mapping() [all …]
|
A D | tc_gact.h | 17 #define to_gact(a) ((struct tcf_gact *)a) argument 19 static inline bool __is_tcf_gact_act(const struct tc_action *a, int act, in __is_tcf_gact_act() 37 static inline bool is_tcf_gact_ok(const struct tc_action *a) in is_tcf_gact_ok() 42 static inline bool is_tcf_gact_shot(const struct tc_action *a) in is_tcf_gact_shot() 47 static inline bool is_tcf_gact_trap(const struct tc_action *a) in is_tcf_gact_trap() 52 static inline bool is_tcf_gact_goto_chain(const struct tc_action *a) in is_tcf_gact_goto_chain() 57 static inline u32 tcf_gact_goto_chain_index(const struct tc_action *a) in tcf_gact_goto_chain_index() 62 static inline bool is_tcf_gact_continue(const struct tc_action *a) in is_tcf_gact_continue() 67 static inline bool is_tcf_gact_reclassify(const struct tc_action *a) in is_tcf_gact_reclassify() 72 static inline bool is_tcf_gact_pipe(const struct tc_action *a) in is_tcf_gact_pipe()
|
/linux/sound/pci/au88x0/ |
A D | au88x0_a3d.c | 376 static void a3dsrc_SetA3DSampleRate(a3dsrc_t * a, int sr) in a3dsrc_SetA3DSampleRate() 386 static void a3dsrc_EnableA3D(a3dsrc_t * a) in a3dsrc_EnableA3D() 394 static void a3dsrc_DisableA3D(a3dsrc_t * a) in a3dsrc_DisableA3D() 435 static void a3dsrc_ZeroSliceIO(a3dsrc_t * a) in a3dsrc_ZeroSliceIO() 451 static void a3dsrc_ZeroState(a3dsrc_t * a) in a3dsrc_ZeroState() 475 static void a3dsrc_ZeroStateA3D(a3dsrc_t *a, vortex_t *v) in a3dsrc_ZeroStateA3D() 500 static void a3dsrc_ProgramPipe(a3dsrc_t * a) in a3dsrc_ProgramPipe() 767 a3dsrc_t *a = kcontrol->private_data; in snd_vortex_a3d_hrtf_put() local 784 a3dsrc_t *a = kcontrol->private_data; in snd_vortex_a3d_itd_put() local 803 a3dsrc_t *a = kcontrol->private_data; in snd_vortex_a3d_ild_put() local [all …]
|
/linux/tools/testing/selftests/powerpc/include/ |
A D | instructions.h | 77 #define __PPC_RA(a) (((a) & 0x1f) << 16) argument 117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument 118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument 119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument 121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument 122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument 123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument 127 #define PSTD(s, a, r, d) PREFIX_8LS(0xf4000000, s, a, r, d) argument 128 #define PSTQ(s, a, r, d) PREFIX_8LS(0xf0000000, s, a, r, d) argument 139 #define PLXV0(s, a, r, d) PREFIX_8LS(0xc8000000, s, a, r, d) argument [all …]
|
/linux/arch/mips/include/asm/ |
A D | addrspace.h | 59 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ argument 78 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) argument 79 #define CKSEG1ADDR(a) (CPHYSADDR(a) | CKSEG1) argument 85 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument 86 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument 87 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument 88 #define CKSEG3ADDR(a) (CPHYSADDR(a) | KSEG3) argument 93 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument 94 #define KSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument 95 #define KSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument [all …]
|