/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/cris/mm/ |
D | init.c | 38 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument 49 printk(KERN_INFO "Freeing %s: %ldk freed\n", what, (end - begin) >> 10); in free_init_pages()
|
/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/um/os-Linux/ |
D | file.c | 464 int what, err; in os_shutdown_socket() local 467 what = SHUT_RDWR; in os_shutdown_socket() 469 what = SHUT_RD; in os_shutdown_socket() 471 what = SHUT_WR; in os_shutdown_socket() 475 err = shutdown(fd, what); in os_shutdown_socket()
|
/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
|
/arch/x86/kernel/ |
D | verify_cpu.S | 102 movl $0x1,%eax # Does the cpu have what it takes 113 movl $0x80000001,%eax # Does the cpu have what it takes
|
/arch/cris/arch-v32/ |
D | Kconfig | 96 SDRAM command. Should be 0 unless you really know what 111 stuff. If you don't know what to use, it is always safe to put all 133 stuff. If you don't know what to use, it is always safe to put all 155 stuff. If you don't know what to use, it is always safe to put all 177 stuff. If you don't know what to use, it is always safe to put all 199 stuff. If you don't know what to use, it is always safe to put all
|
/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 | 115 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/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/nios2/ |
D | Kconfig | 163 Say N here unless you know what you are doing. 177 Say N here unless you know what you are doing. 189 Say N here unless you know what you are doing.
|
/arch/microblaze/ |
D | Kconfig | 145 Unless you know what you are doing, say N here. 182 Say N here unless you know what you are doing. 208 Say N here unless you know what you are doing. 223 Say N here unless you know what you are doing.
|
/arch/h8300/lib/ |
D | moddivsi3.S | 25 ; examine what the sign should be
|
D | modsi3.S | 25 ; examine what the sign should be
|
/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/alpha/ |
D | Kconfig.debug | 40 order to debug the code. Say Y unless you know what you are doing.
|
/arch/arm/kernel/ |
D | hyp-stub.S | 60 strne \reg1, [\reg2, \reg3] @ record what happened and give up
|
/arch/cris/arch-v32/lib/ |
D | checksum.S | 47 ;; to prepare for what is needed after mloop.
|