Searched refs:ht (Results 1 – 8 of 8) sorted by relevance
| /arch/mips/kernel/ |
| A D | kgdb.c | 212 struct hard_trap_info *ht; in compute_signal() local 214 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in compute_signal() 215 if (ht->tt == tt) in compute_signal() 216 return ht->signo; in compute_signal()
|
| A D | ptrace.c | 171 u16 ht[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local 192 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs() 193 if (ht[i] & ~MIPS_WATCHHI_MASK) in ptrace_set_watch_regs() 202 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
|
| /arch/powerpc/kernel/ |
| A D | kgdb.c | 94 struct hard_trap_info *ht; in computeSignal() local 96 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal() 97 if (ht->tt == tt) in computeSignal() 98 return ht->signo; in computeSignal()
|
| /arch/arm64/kernel/ |
| A D | entry.S | 39 .macro kernel_ventry, el:req, ht:req, regsize:req, label:req 68 b el\el\ht\()_\regsize\()_\label 99 b el\el\ht\()_\regsize\()_\label 570 .macro entry_handler el:req, ht:req, regsize:req, label:req 571 SYM_CODE_START_LOCAL(el\el\ht\()_\regsize\()_\label) 574 bl el\el\ht\()_\regsize\()_\label\()_handler 580 SYM_CODE_END(el\el\ht\()_\regsize\()_\label)
|
| /arch/powerpc/platforms/powermac/ |
| A D | pci.c | 906 struct device_node *ht __maybe_unused = NULL; in pmac_pci_init() 925 ht = np; in pmac_pci_init() 934 if (ht && pmac_add_bridge(ht) != 0) in pmac_pci_init() 935 of_node_put(ht); in pmac_pci_init()
|
| /arch/x86/events/ |
| A D | perf_event.h | 1103 #define EVENT_ATTR_STR_HT(_name, v, noht, ht) \ argument 1108 .event_str_ht = ht, \
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-pci-defs.h | 258 uint32_t ht:8; member 264 uint32_t ht:8;
|
| /arch/x86/events/intel/ |
| A D | p4.c | 1327 PMU_FORMAT_ATTR(ht, "config:63" );
|
Completed in 33 milliseconds