probe_kernel_address  253 arch/x86/kernel/dumpstack_32.c 		if (ip < (u8 *)PAGE_OFFSET || probe_kernel_address(ip, c)) {
probe_kernel_address  260 arch/x86/kernel/dumpstack_32.c 					probe_kernel_address(ip, c)) {
probe_kernel_address  279 arch/x86/kernel/dumpstack_32.c 	if (probe_kernel_address((unsigned short *)ip, ud2))
probe_kernel_address  401 arch/x86/kernel/dumpstack_64.c 		if (ip < (u8 *)PAGE_OFFSET || probe_kernel_address(ip, c)) {
probe_kernel_address  408 arch/x86/kernel/dumpstack_64.c 					probe_kernel_address(ip, c)) {
probe_kernel_address   83 arch/x86/kernel/probe_roms_32.c 	return probe_kernel_address(ptr, sig) == 0 && sig == ROMSIGNATURE;
probe_kernel_address   90 arch/x86/kernel/probe_roms_32.c 	for (sum = 0; length && probe_kernel_address(rom++, c) == 0; length--)
probe_kernel_address  111 arch/x86/kernel/probe_roms_32.c 		if (probe_kernel_address(rom + 2, c) != 0)
probe_kernel_address  149 arch/x86/kernel/probe_roms_32.c 		if (probe_kernel_address(rom + 2, c) != 0)
probe_kernel_address  120 arch/x86/mm/fault.c 		if (probe_kernel_address(instr, opcode))
probe_kernel_address  162 arch/x86/mm/fault.c 			if (probe_kernel_address(instr, opcode))
probe_kernel_address  191 arch/x86/mm/fault.c 	return probe_kernel_address((unsigned long *)p, dummy);
probe_kernel_address  307 arch/x86/pci/pcbios.c 		if (probe_kernel_address(&check->fields.signature, sig))
probe_kernel_address 2171 mm/slab.c      		res = probe_kernel_address(pc->name, tmp);