/arch/arm/mach-ixp4xx/include/mach/ |
D | npe.h | 32 int npe_send_message(struct npe *npe, const void *msg, const char *what); 33 int npe_recv_message(struct npe *npe, void *msg, const char *what); 34 int npe_send_recv_message(struct npe *npe, void *msg, const char *what);
|
/arch/arm/plat-samsung/ |
D | pm-check.c | 144 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region() argument 146 if ((what+whatsz) < ptr) in in_region() 149 if (what > (ptr+size)) in in_region()
|
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 412 int npe_send_message(struct npe *npe, const void *msg, const char *what) in npe_send_message() argument 418 what, send[0], send[1]); in npe_send_message() 451 int npe_recv_message(struct npe *npe, void *msg, const char *what) in npe_recv_message() argument 456 debug_msg(npe, "Trying to receive message %s\n", what); in npe_recv_message() 489 int npe_send_recv_message(struct npe *npe, void *msg, const char *what) in npe_send_recv_message() argument 494 if ((result = npe_send_message(npe, msg, what)) != 0) in npe_send_recv_message() 496 if ((result = npe_recv_message(npe, recv, what)) != 0) in npe_send_recv_message() 501 what); in npe_send_recv_message()
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 48 Normally you want this on. You can control what DMA channels to use 130 you know exactly what you are doing. The only valid reason 204 This is a bitmask (8 bits) with information of what bits in PA that a 215 This is a bitmask (8 bits) with information of what bits in PA 225 This is a bitmask (18 bits) with information of what bits in PB 236 This is a bitmask (18 bits) with information of what bits in PB 246 This is a bitmask (18 bits) with information of what bits in PC 257 This is a bitmask (18 bits) with information of what bits in PC 266 This is a bitmask (18 bits) with information of what bits in PD 276 This is a bitmask (18 bits) with information of what bits in PD [all …]
|
/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 81 SDRAM command. Should be 0 unless you really know what 96 stuff. If you don't know what to use, it is always safe to put all 118 stuff. If you don't know what to use, it is always safe to put all 140 stuff. If you don't know what to use, it is always safe to put all 162 stuff. If you don't know what to use, it is always safe to put all 184 stuff. If you don't know what to use, it is always safe to put all 203 what to use, it is always safe to put all as inputs, although
|
/arch/um/os-Linux/ |
D | file.c | 462 int what, err; in os_shutdown_socket() local 465 what = SHUT_RDWR; in os_shutdown_socket() 467 what = SHUT_RD; in os_shutdown_socket() 469 what = SHUT_WR; in os_shutdown_socket() 473 err = shutdown(fd, what); in os_shutdown_socket()
|
/arch/x86/kernel/ |
D | verify_cpu.S | 100 movl $0x1,%eax # Does the cpu have what it takes 111 movl $0x80000001,%eax # Does the cpu have what it takes
|
/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 58 stuff. If you don't know what to use, it is always safe to put all 78 stuff. If you don't know what to use, it is always safe to put all 98 stuff. If you don't know what to use, it is always safe to put all
|
/arch/powerpc/include/asm/ |
D | rheap.h | 80 extern int rh_get_stats(rh_info_t * info, int what, int max_stats,
|
/arch/mips/include/asm/ |
D | bootinfo.h | 118 extern void free_init_pages(const char *what,
|
/arch/arm/firmware/ |
D | Kconfig | 27 Say n if you don't know what this is about.
|
/arch/um/drivers/ |
D | net_user.c | 206 static void change(char *dev, char *what, unsigned char *addr, in change() argument 212 char *argv[] = { "uml_net", version, what, dev, addr_buf, in change()
|
/arch/cris/arch-v32/ |
D | Kconfig | 185 SDRAM command. Should be 0 unless you really know what 200 stuff. If you don't know what to use, it is always safe to put all 222 stuff. If you don't know what to use, it is always safe to put all 244 stuff. If you don't know what to use, it is always safe to put all 266 stuff. If you don't know what to use, it is always safe to put all 288 stuff. If you don't know what to use, it is always safe to put all
|
/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 31 enum { ADD_ADDR, DEL_ADDR } what; member 43 change.what = op; in etap_change()
|
/arch/sh/cchips/ |
D | Kconfig | 35 Do not change this unless you know what you are doing.
|
/arch/microblaze/ |
D | Kconfig | 144 Unless you know what you are doing, say N here. 181 Say N here unless you know what you are doing. 207 Say N here unless you know what you are doing. 222 Say N here unless you know what you are doing.
|
/arch/cris/boot/compressed/ |
D | README | 13 They can also be catted together and compressed with gzip, which is what
|
/arch/cris/arch-v10/ |
D | Kconfig | 28 what YOU choose in this option. The actual bits used are configured 38 what YOU choose in this option. The actual bits used are configured 48 what YOU choose in this option. The actual bits used are configured 333 stuff. If you don't know what to use, it is always safe to put all 362 If you don't know what to use, it is always safe to put all as 386 Configure what pin on CSPO-port that is used for controlling power
|
/arch/mips/sgi-ip22/ |
D | Platform | 25 # Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
|
/arch/arm/kernel/ |
D | hyp-stub.S | 60 strne \reg1, [\reg2, \reg3] @ record what happened and give up
|
/arch/alpha/ |
D | Kconfig.debug | 40 order to debug the code. Say Y unless you know what you are doing.
|
/arch/mips/mm/ |
D | init.c | 394 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument 405 printk(KERN_INFO "Freeing %s: %ldk freed\n", what, (end - begin) >> 10); in free_init_pages()
|
/arch/cris/arch-v32/lib/ |
D | checksum.S | 47 ;; to prepare for what is needed after mloop.
|
/arch/powerpc/ |
D | Kconfig | 42 can manage. Virtual interrupt numbers are what you see in 571 Say N unless you know what you are doing. 782 # Platforms that what PCI turned unconditionally just do select PCI 866 Unless you know what you are doing, say N here. 881 Say N here unless you know what you are doing. 897 Say N here unless you know what you are doing. 953 Say N here unless you know what you are doing. 968 Say N here unless you know what you are doing. 982 Say N here unless you know what you are doing. 1005 Say N here unless you know what you are doing.
|
/arch/sparc/mm/ |
D | srmmu.c | 751 int what; /* 0 = normal-pte, 1 = pmd-level pte, 2 = pgd-level pte */ in srmmu_inherit_prom_mappings() local 766 what = 0; in srmmu_inherit_prom_mappings() 771 what = 1; in srmmu_inherit_prom_mappings() 776 what = 2; in srmmu_inherit_prom_mappings() 780 if (what == 2) { in srmmu_inherit_prom_mappings() 801 if (what == 1) { in srmmu_inherit_prom_mappings()
|