Searched refs:cp0 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/kernel/ |
D | Makefile | 66 obj-$(CONFIG_CPU_XSCALE) += xscale-cp0.o 67 obj-$(CONFIG_CPU_XSC3) += xscale-cp0.o 68 obj-$(CONFIG_CPU_MOHAWK) += xscale-cp0.o 69 obj-$(CONFIG_CPU_PJ4) += pj4-cp0.o 70 obj-$(CONFIG_CPU_PJ4B) += pj4-cp0.o 74 CFLAGS_pj4-cp0.o := -marm
|
/linux-4.1.27/security/tomoyo/ |
D | realpath.c | 27 char *cp0; in tomoyo_encode2() local 46 cp0 = cp; in tomoyo_encode2() 63 return cp0; in tomoyo_encode2()
|
D | common.c | 2588 char *cp0 = head->write_buf; in tomoyo_write_control() local 2608 memmove(cp, cp0, head->w.avail); in tomoyo_write_control() 2609 kfree(cp0); in tomoyo_write_control() 2611 cp0 = cp; in tomoyo_write_control() 2620 cp0[head->w.avail++] = c; in tomoyo_write_control() 2623 cp0[head->w.avail - 1] = '\0'; in tomoyo_write_control() 2625 tomoyo_normalize_line(cp0); in tomoyo_write_control() 2626 if (!strcmp(cp0, "reset")) { in tomoyo_write_control() 2638 if (tomoyo_select_domain(head, cp0)) in tomoyo_write_control() 2642 if (!strcmp(cp0, "select transition_only")) { in tomoyo_write_control() [all …]
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | thread_info.h | 33 xtregs_cp0_t cp0; member
|
D | elf.h | 182 xtregs_cp0_t cp0; member
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | ptrace.c | 140 ret |= __copy_to_user(&xtregs->cp0, &ti->xtregs_cp, in ptrace_getxregs() 166 ret |= __copy_from_user(&ti->xtregs_cp, &xtregs->cp0, in ptrace_setxregs()
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 48 cp1 cp0 cp1 cp0 cp1 cp0 cp1 cp0 56 cp0 is the parity that belongs to all bit0, bit2, bit4, bit6. 57 so the sum of all bit0, bit2, bit4 and bit6 values + cp0 itself is even. 63 Note that each of cp0 .. cp5 is exactly one bit. 91 ECC 2 cp5 cp4 cp3 cp2 cp1 cp0 1 1 139 cp0 = bit6 ^ bit4 ^ bit2 ^ bit0 ^ cp0;
|