Searched refs:ic (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/osfmk/arm64/ |
| H A D | status.c | 2562 struct arm_act_context *ic; local 2567 ic = kalloc_type(struct arm_act_context, Z_WAITOK); 2568 if (ic == (struct arm_act_context *) NULL) { 2573 kret = machine_thread_get_state(thread, ARM_THREAD_STATE, (thread_state_t)&ic->ss, &val); 2575 kfree_type(struct arm_act_context, ic); 2584 (thread_state_t)&ic->ns, 2590 (thread_state_t)&ic->ns, 2594 kfree_type(struct arm_act_context, ic); 2598 return ic; 2608 struct arm_act_context *ic; local [all …]
|
| H A D | caches_asm.s | 48 ic ialluis // Invalidate icache 73 ic ivau, x0 // Invalidate icache line
|
| H A D | start.s | 712 ic iallu
|
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | ioreg.py | 636 for ic in interrupt_controllers: 637 print(" {}".format(ic)) 659 matching_ics = [ic for ic in interrupt_controllers if ic.name == vector_cont] 680 .format(ic=matchingIC.name, gsi=hex(gsi), 686 …out_str += " +----- [Interrupt Controller {ic}] vector {gsi}\n".format(ic=matchingIC.name, gsi=he… 1324 ic = InterruptControllerDevice.makeInterruptControllerDevice(parent, entry) 1327 if ic is not None: 1328 yield ic
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | route_private.h | 426 #define NET_CALCULATE_CLOCKSKEW(cc, ic, cu, iu) \ argument 427 ((cc.tv_sec - ic) - (cu - iu))
|
| H A D | pf.c | 2277 u_int16_t *ic, u_int16_t *pc, struct pf_addr *an, u_int16_t pn, in pf_change_ap() argument 2295 *ic = pf_cksum_fixup(pf_cksum_fixup(*ic, in pf_change_ap() 2505 u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af) in pf_change_icmp() argument 2524 *ic = pf_cksum_fixup(*ic, oip, *ip, 0); in pf_change_icmp() 2526 *ic = pf_cksum_fixup(*ic, opc, *pc, 0); in pf_change_icmp() 2539 *ic = pf_cksum_fixup(pf_cksum_fixup(*ic, in pf_change_icmp() 2542 *ic = pf_cksum_fixup(*ic, oh2c, *h2c, 0); in pf_change_icmp() 2547 *ic = pf_cksum_fixup(pf_cksum_fixup(pf_cksum_fixup( in pf_change_icmp() 2549 pf_cksum_fixup(pf_cksum_fixup(*ic, in pf_change_icmp() 2571 *ic = pf_cksum_fixup(pf_cksum_fixup(pf_cksum_fixup( in pf_change_icmp() [all …]
|
| /xnu-11417.101.15/tests/skywalk/ |
| H A D | skt_xfer.c | 2993 const struct fsw_inject_codes *ic; in skt_xfer_udp_with_errors_common() local 2998 ic = &fsw_inject_codes[errbit]; in skt_xfer_udp_with_errors_common() 3000 T_LOG("Injecting error bit %d\n", ic->ic_code); in skt_xfer_udp_with_errors_common() 3003 emask = (1ULL << ic->ic_code); in skt_xfer_udp_with_errors_common() 3009 if (ic->ic_rmask != IC_RMASK_UNSPEC) { in skt_xfer_udp_with_errors_common() 3010 error_rmask = ic->ic_rmask; in skt_xfer_udp_with_errors_common() 3017 T_LOG("Tx completed for error bit %d\n", ic->ic_code); in skt_xfer_udp_with_errors_common() 3022 if (ic->ic_rmask != IC_RMASK_UNSPEC) { in skt_xfer_udp_with_errors_common() 3030 ic->ic_code); in skt_xfer_udp_with_errors_common() 3034 for (sidx = ic->ic_stat_idx, st = 0; in skt_xfer_udp_with_errors_common() [all …]
|