/linux/arch/sparc/include/asm/ |
H A D | ttable.h | 104 #define TRAP_UTRAP(handler,lvl) \ argument 170 #define BTRAP(lvl) TRAP_ARG(bad_trap, lvl) argument 172 #define BTRAPTL1(lvl) TRAPTL1_ARG(bad_trap_tl1, lvl) argument 185 #define KPROBES_TRAP(lvl) TRAP_IRQ(kprobe_trap, lvl) argument 187 #define KPROBES_TRAP(lvl) TRAP_ARG(bad_trap, lvl) argument 191 #define UPROBES_TRAP(lvl) TRAP_ARG(uprobe_trap, lvl) argument 193 #define UPROBES_TRAP(lvl) TRAP_ARG(bad_trap, lvl) argument 197 #define KGDB_TRAP(lvl) TRAP_IRQ(kgdb_trap, lvl) argument 199 #define KGDB_TRAP(lvl) TRAP_ARG(bad_trap, lvl) argument
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen8_ppgtt.c | 140 #define gen8_pd_shift(lvl) ((lvl) * ilog2(GEN8_PDES)) argument 141 #define gen8_pd_index(i, lvl) i915_pde_index((i), gen8_pd_shift(lvl)) argument 142 #define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT + gen8_pd_shift(lvl)) argument 143 #define __gen8_pte_index(a, lvl) i915_pde_index((a), __gen8_pte_shift(lvl)) argument 148 gen8_pd_range(u64 start, u64 end, int lvl, unsigned int *idx) in gen8_pd_range() 163 static bool gen8_pd_contains(u64 start, u64 end, int lvl) in gen8_pd_contains() 206 int count, int lvl) in __gen8_ppgtt_cleanup() 241 u64 start, const u64 end, int lvl) in __gen8_ppgtt_clear() 325 u64 * const start, const u64 end, int lvl) in __gen8_ppgtt_alloc() 408 u64 *start, u64 end, int lvl, in __gen8_ppgtt_foreach()
|
/linux/drivers/iommu/ |
H A D | io-pgtable-arm.c | 178 static inline bool iopte_leaf(arm_lpae_iopte pte, int lvl, in iopte_leaf() 187 static inline bool iopte_table(arm_lpae_iopte pte, int lvl) in iopte_table() 348 int lvl, int num_entries, arm_lpae_iopte *ptep) in __arm_lpae_init_pte() 369 arm_lpae_iopte prot, int lvl, int num_entries, in arm_lpae_init_pte() 433 arm_lpae_iopte prot, int lvl, arm_lpae_iopte *ptep, in __arm_lpae_map() 565 int ret, lvl = data->start_level; in arm_lpae_map_pages() local 592 static void __arm_lpae_free_pgtable(struct arm_lpae_io_pgtable *data, int lvl, in __arm_lpae_free_pgtable() 634 int lvl, arm_lpae_iopte *ptep) in __arm_lpae_unmap() 731 int lvl; member 734 static int visit_iova_to_phys(struct io_pgtable_walk_data *walk_data, int lvl, in visit_iova_to_phys() [all …]
|
/linux/drivers/pcmcia/ |
H A D | soc_common.h | 54 #define debug(skt, lvl, fmt, arg...) \ argument 58 #define debug(skt, lvl, fmt, arg...) do { } while (0) argument
|
/linux/arch/arm64/include/asm/ |
H A D | kernel-pgtable.h | 48 #define EARLY_ENTRIES(lvl, vstart, vend) \ argument 51 #define EARLY_LEVEL(lvl, lvls, vstart, vend, add) \ argument
|
/linux/tools/lib/bpf/ |
H A D | btf_dump.c | 29 static const char *pfx(int lvl) in pfx() 866 bool in_bitfield, int lvl) in btf_dump_emit_bit_padding() 970 int lvl) in btf_dump_emit_struct_def() 1067 int lvl, __u16 vlen) in btf_dump_emit_enum32_val() 1092 int lvl, __u16 vlen) in btf_dump_emit_enum64_val() 1123 int lvl) in btf_dump_emit_enum_def() 1191 const struct btf_type *t, int lvl) in btf_dump_emit_typedef_def() 1274 int lvl, err; in btf_dump__emit_type_decl() local 1292 const char *fname, int lvl) in btf_dump_emit_type_decl() 1422 const char *fname, int lvl) in btf_dump_emit_type_chain() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_error.h | 28 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument 30 #define XFS_CORRUPTION_ERROR(e, lvl, mp, buf, bufsize) \ argument
|
/linux/arch/parisc/kernel/ |
H A D | smp.c | 52 #define smp_debug(lvl, printargs...) \ argument 56 #define smp_debug(lvl, ...) do { } while(0) argument
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_log.h | 46 #define usnic_printk(lvl, args...) \ argument
|
/linux/tools/thermal/lib/ |
H A D | log.c | 23 int log_str2level(const char *lvl) in log_str2level()
|
/linux/drivers/media/cec/core/ |
H A D | cec-priv.h | 14 #define dprintk(lvl, fmt, arg...) \ argument
|
/linux/arch/arc/kernel/ |
H A D | mcip.c | 203 static void idu_set_mode(unsigned int cmn_irq, bool set_lvl, unsigned int lvl, in idu_set_mode() 209 unsigned int distr:2, pad:2, lvl:1, pad2:27; in idu_set_mode() member
|
/linux/drivers/infiniband/hw/irdma/ |
H A D | pble.c | 429 struct irdma_pble_alloc *palloc, u8 lvl) in get_lvl1_lvl2_pble() 451 u8 lvl) in irdma_get_pble()
|
/linux/tools/testing/selftests/filesystems/overlayfs/ |
H A D | log.h | 6 #define pr_msg(fmt, lvl, ...) \ argument
|
/linux/tools/testing/selftests/timens/ |
H A D | log.h | 6 #define pr_msg(fmt, lvl, ...) \ argument
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 294 int lvl, u16 pcifunc, u16 schq) in is_valid_txschq() 1812 int lvl, u64 reg, u64 regval) in handle_txschq_shaper_update() 1901 int lvl, int schq) in nix_reset_tx_schedule() 1940 int nixlf, int lvl, int schq) in nix_reset_tx_shaping() 1992 int lvl, int schq) in nix_reset_tx_linkcfg() 2017 int lvl, int schq) in nix_clear_tx_xoff() 2087 static int nix_check_txschq_alloc_req(struct rvu *rvu, int lvl, u16 pcifunc, in nix_check_txschq_alloc_req() 2138 int lvl, int start, int end) in nix_txsch_alloc() 2227 int lvl, idx, start, end; in rvu_mbox_handler_nix_txsch_alloc() local 2319 int lvl; in nix_smq_flush_fill_ctx() local [all …]
|
/linux/drivers/acpi/ |
H A D | processor_pdc.c | 103 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc()
|
H A D | acpi_processor.c | 573 static acpi_status __init acpi_processor_osc(acpi_handle handle, u32 lvl, in acpi_processor_osc() 721 u32 lvl, in acpi_processor_ids_walk()
|
H A D | pci_slot.c | 84 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot()
|
H A D | video_detect.c | 64 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video()
|
/linux/drivers/media/dvb-frontends/ |
H A D | lnbp22.c | 27 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
|
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-f300.c | 25 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line()
|
/linux/arch/arm/mm/ |
H A D | fault.c | 41 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr) in show_pte() 109 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr) in show_pte()
|
/linux/drivers/media/common/siano/ |
H A D | sms-cards.c | 228 int lvl, ret; in sms_set_gpio() local
|
/linux/drivers/media/tuners/ |
H A D | tda18271-priv.h | 135 #define tda_printk(st, lvl, fmt, arg...) \ argument 138 #define tda_dprintk(st, lvl, fmt, arg...) \ argument
|