/linux-3.3/arch/sparc/include/asm/ |
D | ttable.h | 103 #define TRAP_UTRAP(handler,lvl) \ argument 169 #define BTRAP(lvl) TRAP_ARG(bad_trap, lvl) argument 171 #define BTRAPTL1(lvl) TRAPTL1_ARG(bad_trap_tl1, lvl) argument 184 #define KPROBES_TRAP(lvl) TRAP_IRQ(kprobe_trap, lvl) argument 186 #define KPROBES_TRAP(lvl) TRAP_ARG(bad_trap, lvl) argument 190 #define KGDB_TRAP(lvl) TRAP_IRQ(kgdb_trap, lvl) argument 192 #define KGDB_TRAP(lvl) TRAP_ARG(bad_trap, lvl) argument
|
/linux-3.3/arch/x86/kvm/ |
D | paging_tmpl.h | 31 #define PT_LVL_ADDR_MASK(lvl) PT64_LVL_ADDR_MASK(lvl) argument 32 #define PT_LVL_OFFSET_MASK(lvl) PT64_LVL_OFFSET_MASK(lvl) argument 47 #define PT_LVL_ADDR_MASK(lvl) PT32_LVL_ADDR_MASK(lvl) argument 48 #define PT_LVL_OFFSET_MASK(lvl) PT32_LVL_OFFSET_MASK(lvl) argument 76 static gfn_t gpte_to_gfn_lvl(pt_element_t gpte, int lvl) in gpte_to_gfn_lvl() 253 int lvl = walker->level; in FNAME() local
|
/linux-3.3/scripts/dtc/ |
D | checks.c | 67 #define CHECK(nm, tfn, nfn, pfn, d, lvl, ...) \ argument 81 #define TREE_CHECK(nm, d, lvl, ...) \ argument 83 #define NODE_CHECK(nm, d, lvl, ...) \ argument 85 #define PROP_CHECK(nm, d, lvl, ...) \ argument 87 #define BATCH_CHECK(nm, lvl, ...) \ argument 193 #define CHECK_IS_STRING(nm, propname, lvl) \ argument 210 #define CHECK_IS_CELL(nm, propname, lvl) \ argument
|
/linux-3.3/drivers/ide/ |
D | ide-gd.h | 11 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) argument 13 #define ide_debug_log(lvl, fmt, args...) do {} while (0) argument
|
D | ide-cd.h | 14 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) argument 16 #define ide_debug_log(lvl, fmt, args...) do {} while (0) argument
|
/linux-3.3/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 67 is_pci_dock_device(acpi_handle handle, u32 lvl, void *context, void **rv) in is_pci_dock_device() 120 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() 441 find_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) in find_p2p_bridge() 573 cleanup_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) in cleanup_p2p_bridge() 1135 count_sub_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) in count_sub_bridges() 1147 check_sub_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) in check_sub_bridges() 1388 find_root_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) in find_root_bridges()
|
/linux-3.3/drivers/acpi/acpica/ |
D | acdebug.h | 59 #define DBTEST_OUTPUT_LEVEL(lvl) if (acpi_gbl_db_opt_verbose) argument
|
/linux-3.3/tools/perf/arch/x86/util/ |
D | header.c | 25 unsigned int a, b, c, d, lvl; in get_cpuid() local
|
/linux-3.3/arch/parisc/kernel/ |
D | smp.c | 55 #define smp_debug(lvl, printargs...) \ argument 59 #define smp_debug(lvl, ...) do { } while(0) argument
|
/linux-3.3/arch/unicore32/kernel/ |
D | traps.c | 65 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() 105 static void dump_instr(const char *lvl, struct pt_regs *regs) in dump_instr()
|
/linux-3.3/drivers/media/video/cx231xx/ |
D | cx231xx-i2c.c | 42 #define dprintk1(lvl, fmt, args...) \ argument 49 #define dprintk2(lvl, fmt, args...) \ argument
|
/linux-3.3/drivers/media/dvb/frontends/ |
D | lnbp22.c | 44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
|
/linux-3.3/fs/xfs/ |
D | xfs_error.h | 38 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument 40 #define XFS_CORRUPTION_ERROR(e, lvl, mp, mem) \ argument
|
/linux-3.3/drivers/acpi/ |
D | pci_slot.c | 134 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() 186 walk_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) in walk_p2p_bridge()
|
D | video_detect.c | 112 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video()
|
D | container.c | 203 u32 lvl, void *context, void **rv) in container_walk_namespace_cb()
|
/linux-3.3/drivers/media/video/cx23885/ |
D | cx23885-f300.c | 38 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line()
|
/linux-3.3/drivers/media/video/em28xx/ |
D | em28xx-i2c.c | 45 #define dprintk1(lvl, fmt, args...) \ argument 52 #define dprintk2(lvl, fmt, args...) \ argument
|
/linux-3.3/drivers/pcmcia/ |
D | soc_common.h | 146 #define debug(skt, lvl, fmt, arg...) \ argument 150 #define debug(skt, lvl, fmt, arg...) do { } while (0) argument
|
/linux-3.3/drivers/media/dvb/siano/ |
D | sms-cards.c | 179 int lvl, ret; in sms_set_gpio() local
|
/linux-3.3/arch/sparc/mm/ |
D | leon_mm.c | 27 unsigned int lvl, pte, paddrbase; in srmmu_swprobe() local
|
/linux-3.3/drivers/media/video/tm6000/ |
D | tm6000-i2c.c | 41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ argument
|
/linux-3.3/arch/arm/kernel/ |
D | traps.c | 88 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() 127 static void dump_instr(const char *lvl, struct pt_regs *regs) in dump_instr()
|
/linux-3.3/drivers/net/wireless/orinoco/ |
D | hermes.c | 85 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument 89 #define DEBUG(lvl, stuff...) do { } while (0) argument
|
/linux-3.3/drivers/media/common/tuners/ |
D | tda18271-priv.h | 145 #define tda_printk(st, lvl, fmt, arg...) \ argument 148 #define tda_dprintk(st, lvl, fmt, arg...) \ argument
|