/linux/arch/powerpc/kernel/ |
H A D | process.c | 758 static void set_breakpoint(int i, struct arch_hw_breakpoint *brk) in set_breakpoint() 805 static inline int set_dabr(struct arch_hw_breakpoint *brk) in set_dabr() 830 static inline int set_breakpoint_8xx(struct arch_hw_breakpoint *brk) in set_breakpoint_8xx() 863 static void set_hw_breakpoint(int nr, struct arch_hw_breakpoint *brk) in set_hw_breakpoint() 878 void __set_breakpoint(int nr, struct arch_hw_breakpoint *brk) in __set_breakpoint() 899 struct arch_hw_breakpoint brk = {0}; in suspend_breakpoints() local
|
H A D | dawr.c | 19 int set_dawr(int nr, struct arch_hw_breakpoint *brk) in set_dawr()
|
/linux/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 388 *(.bss..brk) /* areas brk users have reserved */ 401 * Resides after _end because even though the .brk section is after
|
/linux/include/linux/ |
H A D | serial.h | 42 __u32 frame, parity, overrun, brk; member
|
H A D | serial_core.h | 423 __u32 brk; member
|
H A D | mm_types.h | 1112 unsigned long start_brk, brk, start_stack; member
|
/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-noadv.c | 202 struct arch_hw_breakpoint brk; in ppc_set_hwdebug() local
|
/linux/arch/powerpc/include/asm/ |
H A D | hw_breakpoint.h | 124 static inline int set_dawr(int nr, struct arch_hw_breakpoint *brk) { return -1; } in set_dawr()
|
/linux/mm/ |
H A D | mmap.c | 115 SYSCALL_DEFINE1(brk, unsigned long, brk) in SYSCALL_DEFINE1() argument
|
H A D | nommu.c | 380 SYSCALL_DEFINE1(brk, unsigned long, brk) in SYSCALL_DEFINE1() argument
|
/linux/include/uapi/linux/ |
H A D | serial.h | 106 int frame, overrun, parity, brk; member
|
H A D | prctl.h | 140 __u64 brk; member
|
H A D | synclink.h | 215 __u32 frame, parity, overrun, brk; member
|
/linux/drivers/tty/serial/ |
H A D | zs.h | 32 u8 brk; /* BREAK state from RR0. */ member
|
H A D | fsl_linflexuart.c | 232 bool brk; in linflex_rxint() local
|
H A D | qcom_geni_serial.c | 135 bool brk; member
|
/linux/drivers/tty/ |
H A D | vcc.c | 516 int brk; in break_store() local
|
/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 140 __u64 brk; member
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | prctl.h | 140 __u64 brk; member
|
/linux/tools/include/nolibc/ |
H A D | sys.h | 94 int brk(void *addr) in brk() function
|
/linux/lib/ |
H A D | test_maple_tree.c | 1802 int i, brk = 105, max = 1040, brk_start = 100, count = 20000000; in bench_slot_store() local
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 711 char *brk = sbrk(0) != (void *)-1 ? sbrk(0) : &end; run_startup() local [all...] |
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 59 SYSCALL_DEFINE1(osf_brk, unsigned long, brk) in SYSCALL_DEFINE1() argument
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 3687 uint64_t brk:1; member 4102 uint64_t brk:1; member
|