Searched refs:base_idx (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/security/apparmor/
H A Dmatch.c26 #define base_idx(X) ((X) & 0xffffff) macro
142 if (base_idx(BASE_TABLE(dfa)[i]) + 255 >= trans_count) { verify_dfa()
318 pos = base_idx(base[state]) + equiv[(u8) *str++]; aa_dfa_match_len()
327 pos = base_idx(base[state]) + (u8) *str++; aa_dfa_match_len()
368 pos = base_idx(base[state]) + equiv[(u8) *str++]; aa_dfa_match()
377 pos = base_idx(base[state]) + (u8) *str++; aa_dfa_match()
413 pos = base_idx(base[state]) + equiv[(u8) c]; aa_dfa_next()
420 pos = base_idx(base[state]) + (u8) c; aa_dfa_next()
/linux-4.4.14/arch/powerpc/mm/
H A Dhash_utils_64.c351 int idx, base_idx; htab_dt_scan_page_sizes() local
354 base_idx = get_idx_from_shift(base_shift); htab_dt_scan_page_sizes()
355 if (base_idx < 0) { htab_dt_scan_page_sizes()
360 def = &mmu_psize_defs[base_idx]; htab_dt_scan_page_sizes()
361 if (base_idx == MMU_PAGE_16M) htab_dt_scan_page_sizes()
374 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) htab_dt_scan_page_sizes()
/linux-4.4.14/drivers/soc/ti/
H A Dknav_qmss_queue.c1658 int size, id, base_idx; knav_queue_init_queues() local
1676 base_idx = idx; for_each_queue_range()
1685 knav_queue_idx_to_inst(kdev, base_idx); for_each_queue_range()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c23382 u16 base_idx[2], curr_gain[2]; wlc_phy_get_tx_gain_nphy() local
23432 base_idx[0] = (read_phy_reg(pi, 0x1ed) >> 8) & 0x7f; wlc_phy_get_tx_gain_nphy()
23433 base_idx[1] = (read_phy_reg(pi, 0x1ee) >> 8) & 0x7f; wlc_phy_get_tx_gain_nphy()
23441 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23445 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23449 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23453 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23457 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23462 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23466 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23470 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23474 [base_idx[core_no]] wlc_phy_get_tx_gain_nphy()
23479 (nphy_tpc_txgain[base_idx[core_no]] >> wlc_phy_get_tx_gain_nphy()
23482 (nphy_tpc_txgain[base_idx[core_no]] >> wlc_phy_get_tx_gain_nphy()
23485 (nphy_tpc_txgain[base_idx[core_no]] >> wlc_phy_get_tx_gain_nphy()
23488 (nphy_tpc_txgain[base_idx[core_no]] >> wlc_phy_get_tx_gain_nphy()

Completed in 340 milliseconds